File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
- test
38
38
- test_gitoxide
39
39
runs-on : ubuntu-latest
40
- if : " success() && github.event_name == 'push' && github.ref == 'refs/heads/auto-cargo'"
40
+ if : " success() && github.event_name == 'push' && ( github.ref == 'refs/heads/auto-cargo' || github.ref == 'refs/heads/try') && github.repository == 'rust-lang/ cargo'"
41
41
steps :
42
42
- run : echo ok
43
43
failure :
55
55
- test
56
56
- test_gitoxide
57
57
runs-on : ubuntu-latest
58
- if : " !success() && github.event_name == 'push' && github.ref == 'refs/heads/auto-cargo'"
58
+ if : " !success() && github.event_name == 'push' && ( github.ref == 'refs/heads/auto-cargo' || github.ref == 'refs/heads/try') && github.repository == 'rust-lang/ cargo'"
59
59
steps :
60
60
- run : exit 1
61
61
You can’t perform that action at this time.
0 commit comments