Skip to content

Commit

Permalink
Try to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-hellings committed Nov 18, 2021
1 parent d4cc300 commit 55c399f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
needs:
- container_build
- lint
if: github.event_type == 'release'
if: github.event_name == 'release'
uses: oasis-roles/meta_test/.github/workflows/release.yml@master
secrets:
galaxy_api_key: "${{ secrets.GALAXY_API_KEY }}"

0 comments on commit 55c399f

Please sign in to comment.