Skip to content

Commit baa7a8e

Browse files
committed
update order of condition check for github action
1 parent 97f4d80 commit baa7a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ permissions:
1313

1414
jobs:
1515
semantic-lint:
16+
if: github.repository == 'ekristen/aws-nuke'
1617
runs-on: ubuntu-latest
17-
if: ${{ github.repository == 'ekristen/aws-nuke' }}
1818
steps:
1919
- uses: amannn/action-semantic-pull-request@v5
2020
env:

0 commit comments

Comments
 (0)