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 3636 - test
3737 - test_gitoxide
3838 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'"
4040 steps :
4141 - run : echo ok
4242 failure :
5454 - test
5555 - test_gitoxide
5656 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'"
5858 steps :
5959 - run : exit 1
6060
You can’t perform that action at this time.
0 commit comments