Skip to content

Commit

Permalink
fix(cross.yml): only run on the release branch (ooni#213)
Browse files Browse the repository at this point in the history
Part of ooni/probe#1335.

Motivation: we want all workflows to be green only when we are
approaching a release. It's fine if some less core tests are
failing during the development process. We have daily builds anyway
so we know of new breakages the day after, which is OK.
  • Loading branch information
bassosimone authored Feb 3, 2021
1 parent 95bf623 commit 749e238
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: cross
on:
push:
branches:
- 'release/**'
schedule:
- cron: "14 17 * * 3"
jobs:
Expand Down

0 comments on commit 749e238

Please sign in to comment.