Skip to content

Commit

Permalink
Skip fast Windows job for master merges
Browse files Browse the repository at this point in the history
As the full Windows job is a superset
  • Loading branch information
liufengyun committed Nov 30, 2020
1 parent 69b451b commit ec9d5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
test_windows_fast:
runs-on: [self-hosted, Windows]
if: "github.event_name == 'schedule'
|| (
if: "(
github.event_name == 'push'
&& github.ref != 'master'
&& !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')
)
|| (
Expand Down

0 comments on commit ec9d5ec

Please sign in to comment.