File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
needs : [ test ]
28
28
# See https://github.com/actions/runner/issues/491#issuecomment-850884422 for explanation on why always() is needed
29
- if : always() && (needs.test.result == 'success' || needs.test.result == 'skipped') && github.repository == 'bozaro/git-as-svn ' && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
29
+ if : always() && (needs.test.result == 'success' || needs.test.result == 'skipped') && github.repository == 'bozaro/git-lfs-java ' && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
30
30
steps :
31
31
- name : Checkout
32
32
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments