Skip to content

Commit

Permalink
workflows: rename "main" to specific names so they can be found in th…
Browse files Browse the repository at this point in the history
…e branch protection rules interface
  • Loading branch information
kainino0x committed Jun 28, 2022
1 parent d01dbcd commit 83c5c62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-validate-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Note, spec-prod can publish to gh-pages as well, but we use a custom publish
# step to publish additional files anyway, so we use that instead of making
# many separate gh-pages commits (one per bikeshed file + one for extras).
main:
build-validate-publish:
runs-on: ubuntu-20.04

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-TR-webgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
workflow_dispatch:

jobs:
main:
publish-TR-webgpu:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-TR-wgsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
workflow_dispatch:

jobs:
main:
publish-TR-wgsl:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 83c5c62

Please sign in to comment.