Skip to content

Commit 9e52a21

Browse files
committed
update order of condition check for github action
1 parent 2db46d1 commit 9e52a21

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

.github/workflows/semantic-lint.yml

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
name: semantic-lint
1+
# name: semantic-lint
22

3-
on:
4-
pull_request_target:
5-
types:
6-
- opened
7-
- edited
8-
- synchronize
3+
# on:
4+
# pull_request_target:
5+
# types:
6+
# - opened
7+
# - edited
8+
# - synchronize
99

10-
permissions:
11-
contents: read
12-
pull-requests: read
10+
# permissions:
11+
# contents: read
12+
# pull-requests: read
1313

14-
jobs:
15-
semantic-lint:
16-
if: github.repository == 'ekristen/aws-nuke'
17-
runs-on: ubuntu-latest
18-
steps:
19-
- name: Print debug information
20-
run: echo "Repository: ${{ github.repository }}"
21-
- uses: amannn/action-semantic-pull-request@v5
22-
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
# jobs:
15+
# semantic-lint:
16+
# if: github.repository == 'ekristen/aws-nuke'
17+
# runs-on: ubuntu-latest
18+
# steps:
19+
# - uses: amannn/action-semantic-pull-request@v5
20+
# env:
21+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)