-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(MODULES-11422) Replace dispatch workflow
This commit deletes the dispatch workflow from GitHub Actions and replaces it with daily testing against nightly gems.
- Loading branch information
1 parent
9772c2a
commit 821e30d
Showing
2 changed files
with
22 additions
and
139 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: '[Daily] Unit Tests with nightly Puppet gem' | ||
|
||
on: | ||
schedule: | ||
- cron: '0 5 * * 1-5' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
daily_unit_tests_with_nightly_puppet_gem: | ||
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml@main" | ||
|
||
notify-via-slack: | ||
name: Notify workflow conclusion via Slack | ||
if: ${{ always() }} | ||
needs: daily_unit_tests_with_nightly_puppet_gem | ||
runs-on: 'ubuntu-latest' | ||
steps: | ||
- uses: luchihoratiu/notify-via-slack@main | ||
with: | ||
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} | ||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} |
139 changes: 0 additions & 139 deletions
139
.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml
This file was deleted.
Oops, something went wrong.