Skip to content

Commit

Permalink
Run daily and on related pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Jan 16, 2024
1 parent be2d481 commit 598e12a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: qns # (quic-network-simulator)

on:
push:
branches: ["main", "docker"] # TODO: remove docker
paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"]
schedule:
- cron: '42 3 * * *' # Runs at 03:42 UTC (m and h chosen arbitrary) every day.
pull_request:
branches: ["main"]
paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"]

branch: ["main"]
paths:
- 'qns/**'
- '.github/workflows.qns.yml'
jobs:
docker-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 598e12a

Please sign in to comment.