Skip to content

Commit

Permalink
ci: Don't run QNS when a PR is merged
Browse files Browse the repository at this point in the history
Also don't run it on a schedule anymore.
  • Loading branch information
larseggert committed Oct 8, 2024
1 parent 5677bd1 commit 05668ae
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
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 05668ae

Please sign in to comment.