Skip to content

Commit 44237cc

Browse files
authored
Remove scheduled task for ESLint
There's no reason to regularly run this Action like this. Signed-off-by: Kody <gh@kdy.ch>
1 parent bf9651c commit 44237cc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/eslint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ on:
1717
# The branches below must be a subset of the branches above
1818
branches: [ "master" ]
1919

20-
schedule:
21-
- cron: '26 14 * * 6'
22-
2320
jobs:
2421
eslint:
2522
name: Run eslint scanning
@@ -58,4 +55,4 @@ jobs:
5855
if: ${{ !env.ACT }}
5956
with:
6057
sarif_file: eslint-results.sarif
61-
wait-for-processing: true
58+
wait-for-processing: true

0 commit comments

Comments
 (0)