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 36
36
- test
37
37
- test_gitoxide
38
38
runs-on : ubuntu-latest
39
- if : " success() && github.event_name == 'push' && github.ref == 'refs/heads/auto-cargo'"
39
+ if : " success() && github.event_name == 'push' && ( github.ref == 'refs/heads/auto-cargo' || github.ref == 'refs/heads/try') && github.repository == 'rust-lang/ cargo'"
40
40
steps :
41
41
- run : echo ok
42
42
failure :
54
54
- test
55
55
- test_gitoxide
56
56
runs-on : ubuntu-latest
57
- if : " !success() && github.event_name == 'push' && github.ref == 'refs/heads/auto-cargo'"
57
+ if : " !success() && github.event_name == 'push' && ( github.ref == 'refs/heads/auto-cargo' || github.ref == 'refs/heads/try') && github.repository == 'rust-lang/ cargo'"
58
58
steps :
59
59
- run : exit 1
60
60
You can’t perform that action at this time.
0 commit comments