Skip to content

Commit 3bbad2e

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

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

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

0 commit comments

Comments
 (0)