Skip to content

Commit 137844a

Browse files
committed
fix wrong syntax v3
1 parent 3b807b5 commit 137844a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: echo $GITHUB_REPOSITORY_OWNER_PART
2323
- name: Cancel this build
2424
uses: andymckay/cancel-action@0.2
25-
if: github.event_name == 'pull_request' && env.GITHUB_REPOSITORY_OWNER_PART != 'OpenFactorioServerManager'
25+
if: github.event_name == 'pull_request' && env.GITHUB_REPOSITORY_OWNER_PART == 'OpenFactorioServerManager'
2626
test-npm:
2727
needs: [ check-double-run ]
2828
strategy:

0 commit comments

Comments
 (0)