Skip to content

Commit

Permalink
ci: Don't run QNS when a PR is merged (#2161)
Browse files Browse the repository at this point in the history
* ci: Don't run QNS when a PR is merged

Also don't run it on a schedule anymore.

* Suggestion from @mxinden
  • Loading branch information
larseggert authored Oct 9, 2024
1 parent f39e12e commit 5f8d876
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: QNS

on:
push:
branches: ["main"]
paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"]
pull_request:
branches: ["main"]
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"]
merge_group:
schedule:
# Run at 1 AM each day
- cron: '0 1 * * *'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 5f8d876

Please sign in to comment.