File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,9 @@ permissions:
13
13
14
14
jobs :
15
15
commit-lint :
16
+ if : github.repository == 'ekristen/aws-nuke'
16
17
name : commit-lint
17
18
runs-on : ubuntu-latest
18
19
steps :
19
20
- uses : actions/checkout@v4
20
- if : github.repository == 'ekristen/aws-nuke'
21
- - uses : wagoid/commitlint-github-action@v6
22
- if : github.repository == 'ekristen/aws-nuke'
21
+ - uses : wagoid/commitlint-github-action@v6
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ permissions:
13
13
14
14
jobs :
15
15
semantic-lint :
16
+ if : github.repository == 'ekristen/aws-nuke'
16
17
runs-on : ubuntu-latest
17
18
steps :
18
19
- uses : amannn/action-semantic-pull-request@v5
19
- if : github.repository == 'ekristen/aws-nuke'
20
20
env :
21
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments