Skip to content

Commit

Permalink
Enabling users to launch this workflow manually
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Farley <adfarley@redhat.com>
  • Loading branch information
adamfarley committed Mar 7, 2024
1 parent c5f25e1 commit f86007d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-autotriage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: "Build Autotriage"
on:
schedule:
- cron: '0 0 * * MON'
workflow_dispatch

env:
TRIAGE_SCRIPT: "tooling/build_autotriage/build_autotriage.sh"
Expand All @@ -14,7 +15,7 @@ jobs:
Label:
runs-on: ubuntu-latest
name: Run Build Triage
if: github.repository == 'adoptium/temurin-build'
if: ${{ (github.repository == 'adoptium/temurin-build') || (github.event_name == 'workflow_dispatch') }}
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: "Run Build Auto Triage"
Expand Down

0 comments on commit f86007d

Please sign in to comment.