Skip to content

Commit

Permalink
only run nova_request_app if it is not main (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taure authored Jul 23, 2024
1 parent 55bf0eb commit 7640424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Run xref
run: rebar3 xref
nova_request_app:
if: github.ref != 'refs/heads/main'
needs: [build]
uses: ./.github/workflows/run_nra.yml
with:
Expand Down

0 comments on commit 7640424

Please sign in to comment.