We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73622a1 commit 41abcd5Copy full SHA for 41abcd5
.github/workflows/fixtures.yml
@@ -0,0 +1,7 @@
1
+name: Trigger Fixture Regeneration
2
+
3
+jobs:
4
+ regenerate_fixtures:
5
+ if: github.event.label == 'regenerate-fixtures'
6
+ uses: codecrafters-io/tester-utils/.github/workflows/fixtures.yml@fixture-gen-action
7
+ secrets: inherit
0 commit comments