Skip to content

Commit

Permalink
good-tag-3
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Jan 14, 2024
1 parent 0ce786a commit 4e15222
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ jobs:
steps:
# ambiguous (good-branch is good in branches namespace, evil in tags namespace)
- uses: woodruffw-experiments/gha-trickery@good-branch

test-pinned-good-tag-3:
runs-on: ubuntu-latest
steps:
# ambiguous (good-tag-3 is good in tags namespace, evil in branches namespace)
- uses: woodruffw-experiments/gha-trickery@good-branch

0 comments on commit 4e15222

Please sign in to comment.