Skip to content

Commit

Permalink
Merge pull request #346 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
add a workflow that will run on a schedule (or adhoc) to forceably re…
  • Loading branch information
k-rister authored Jun 24, 2024
2 parents 8b81698 + d4d023b commit 92914a0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/crucible-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths-ignore:
- LICENSE
- '**.md'
- .github/workflows/crucible-scheduled.yaml
- .github/workflows/faux-crucible-ci.yaml
- .github/workflows/faux-ci.yaml
- 'docs/**'
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/crucible-scheduled.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: crucible-scheduled

on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:

jobs:
call-core-crucible-ci_scheduled:
uses: perftool-incubator/crucible-ci/.github/workflows/core-crucible-ci.yaml@main
with:
ci_target: "crucible"
ci_target_branch: "master"
github_workspace: "$GITHUB_WORKSPACE"
force_engine_build: true
secrets:
production_registry_auth: ${{ secrets.CRUCIBLE_PRODUCTION_ENGINES_REGISTRY_AUTH }}
1 change: 1 addition & 0 deletions .github/workflows/faux-crucible-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- LICENSE
- '**.md'
- .github/workflows/crucible-scheduled.yaml
- .github/workflows/faux-crucible-ci.yaml
- .github/workflows/faux-ci.yaml
- 'docs/**'
Expand Down

0 comments on commit 92914a0

Please sign in to comment.