Skip to content

Commit 1dea7c1

Browse files
committed
remove condition from lint workflows
1 parent 3427798 commit 1dea7c1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/commit-lint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ permissions:
1313

1414
jobs:
1515
commit-lint:
16-
if: github.repository == 'ekristen/aws-nuke'
1716
name: commit-lint
1817
runs-on: ubuntu-latest
1918
steps:

.github/workflows/semantic-lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ permissions:
1313

1414
jobs:
1515
semantic-lint:
16-
if: github.repository == 'ekristen/aws-nuke'
1716
runs-on: ubuntu-latest
1817
steps:
1918
- uses: amannn/action-semantic-pull-request@v5

0 commit comments

Comments
 (0)