Skip to content

Commit

Permalink
Reduce triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Nov 21, 2024
1 parent 38ac1f9 commit 12ce2c4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/CI-distro.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: Test GAP package distro

# TODO: reduce the number of triggers
on:
push:
branches:
- 'master'
- 'release-*'
tags: '*'
pull_request:
schedule:
# Every Monday at 3:08 AM UTC
- cron: '8 3 * * 1'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 12ce2c4

Please sign in to comment.