Skip to content

Commit 0e72bc9

Browse files
refactor: Better strucutre the workflows
1 parent e505ec8 commit 0e72bc9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deployer-image.yml renamed to .github/workflows/ci-cloudflare-deployer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Deployer Image
1+
name: CloudFlare Deployer Image CI
22

33
on:
44
push:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: WASM CI
22

33
on:
44
pull_request:

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262

63-
publish-deployer-image:
63+
publish-cloudflare-deployer-image:
6464
needs: release
6565
if: ${{ needs.release.outputs.release_created == 'true' }}
6666
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)