Skip to content

Commit

Permalink
ci: do not run test on push (#2308)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Nov 6, 2024
1 parent ae97f47 commit 48cca1a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ 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 48cca1a

Please sign in to comment.