Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
ci: ensure to run sanity before release
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Aug 23, 2023
1 parent e7a6dfd commit a24ac01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
---
name: Upload release to Galaxy

on:
release:
types: [created]

jobs:
call-workflow-sanity:
uses: ./.github/workflows/sanity.yml

deploy:
runs-on: ubuntu-latest
needs: call-workflow-sanity
defaults:
run:
working-directory: ansible_collections/ngine_io/exoscale
Expand Down

0 comments on commit a24ac01

Please sign in to comment.