Skip to content

Commit 99b3265

Browse files
committed
Testing env. again
1 parent 17cf940 commit 99b3265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-infix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
commit:
1212
runs-on: [ self-hosted, latest ]
13-
if: ${{ github.event.inputs.SYNC_INFIX }}
13+
if: ${{ env.SYNC_INFIX }}
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:

0 commit comments

Comments
 (0)