Skip to content

Commit

Permalink
gh-actions: fix tests and deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Jun 29, 2023
1 parent eec5e93 commit 3719f8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
IMAGE: cern-sis/inspirehep/refextract

jobs:
Test:
test_and_publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -48,6 +48,7 @@ jobs:
push_to_registry_and_deploy:
runs-on: ubuntu-latest
needs: [test_and_publish]
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- name: Checkout
Expand Down

0 comments on commit 3719f8e

Please sign in to comment.