Skip to content

Commit b6cb43a

Browse files
committed
update order of condition check for github action
1 parent ce732e0 commit b6cb43a

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,9 +13,9 @@ permissions:
1313

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

0 commit comments

Comments
 (0)