Skip to content

Commit

Permalink
ci: do not run test on push
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 3, 2024
1 parent feacde2 commit 1f77b34
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 1f77b34

Please sign in to comment.