Skip to content

Commit

Permalink
remove scheduled workflow, since GitHub disables it after long period…
Browse files Browse the repository at this point in the history
…s of no activity anyways
  • Loading branch information
tobiasmcnulty committed Jun 19, 2024
1 parent a12e182 commit 42d6ad1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Lint and Test code

on:
pull_request:
schedule:
# run once a week on early monday mornings
- cron: '22 2 * * 1'
push:
branches: [main, develop]

jobs:
test:
Expand Down

0 comments on commit 42d6ad1

Please sign in to comment.