There was an error while loading. Please reload this page.
1 parent 3b807b5 commit 137844aCopy full SHA for 137844a
.github/workflows/test-workflow.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: echo $GITHUB_REPOSITORY_OWNER_PART
23
- name: Cancel this build
24
uses: andymckay/cancel-action@0.2
25
- if: github.event_name == 'pull_request' && env.GITHUB_REPOSITORY_OWNER_PART != 'OpenFactorioServerManager'
+ if: github.event_name == 'pull_request' && env.GITHUB_REPOSITORY_OWNER_PART == 'OpenFactorioServerManager'
26
test-npm:
27
needs: [ check-double-run ]
28
strategy:
0 commit comments