Skip to content

Commit cbc9bc3

Browse files
committed
ci: enhance GitHub Actions workflow to include label condition for fixture regeneration
1 parent 5f978cd commit cbc9bc3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/fixtures.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
jobs:
1313
regenerate_fixtures:
14-
if: github.event.label == 'regenerate-fixtures'
1514
uses: codecrafters-io/tester-utils/.github/workflows/fixtures.yml@fixture-gen-action
16-
secrets: inherit
15+
secrets: inherit
16+
with:
17+
label: 'regenerate-fixtures'

0 commit comments

Comments
 (0)