Skip to content

Commit c827bbb

Browse files
committed
update order of condition check for github action
1 parent 3bbad2e commit c827bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semantic-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
semantic-lint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- if: ${{ github.repository == 'ekristen/aws-nuke' }}
19-
uses: amannn/action-semantic-pull-request@v5
18+
- 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)