Skip to content

Commit

Permalink
ci: Need to run QNS on push to main (#1870)
Browse files Browse the repository at this point in the history
So we get baseline data
  • Loading branch information
larseggert authored May 2, 2024
1 parent 065dc17 commit 0b498cd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: QUIC Network Simulator
on:
push:
branches: ["main"]
paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"]
pull_request:
branches: ["main"]
paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"]
merge_group:
schedule:
# Run at 1 AM each day, so there is a `main`-branch baseline in the cache.
- cron: '0 1 * * *'
workflow_dispatch:
pull_request:
branches: ["main"]
merge_group:

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down

0 comments on commit 0b498cd

Please sign in to comment.