Skip to content

Commit 2e96749

Browse files
committed
run checks always
1 parent 69d5d2c commit 2e96749

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/check-dist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ on:
2020
jobs:
2121
check-dist:
2222
runs-on: ubuntu-latest
23-
if: github.event.head_commit.author.email == '[email protected]' # Only run status checks if the commit was made by the bot
2423
steps:
2524
- uses: actions/checkout@v2
2625

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
analyze:
2727
name: Analyze
2828
runs-on: ubuntu-latest
29-
if: github.event.head_commit.author.email == '[email protected]' # Only run status checks if the commit was made by the bot
3029
permissions:
3130
actions: read
3231
contents: read

0 commit comments

Comments
 (0)