Skip to content

Commit

Permalink
Revert "ci: do not run test on push (#2308)"
Browse files Browse the repository at this point in the history
This reverts commit 48cca1a.
  • Loading branch information
shumkov authored Nov 8, 2024
1 parent 5c80069 commit 48d54cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ on:
branches:
- master
- 'v[0-9]+\.[0-9]+-dev'
push:
branches:
- master
- 'v[0-9]+\.[0-9]+-dev'
schedule:
- cron: "30 4 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 48d54cb

Please sign in to comment.