This repository has been archived by the owner on Aug 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mesaguy
committed
Jun 30, 2021
1 parent
6c5ccd8
commit 378b74a
Showing
3 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
--- | ||
name: Release | ||
on: | ||
push: | ||
tags: | ||
- '*' | ||
workflow_run: | ||
workflows: [ kitchen, validate_ansible, validate_urls ] | ||
branches: [ master ] | ||
types: [ completed ] | ||
jobs: | ||
release: | ||
needs: | ||
- kitchen | ||
- validate_ansible | ||
- validate_urls | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Only proceed if specified workflows succeeded | ||
uses: ahmadnassri/action-workflow-run-wait@v1 | ||
|
||
- name: galaxy | ||
uses: robertdebock/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters