Skip to content

Commit

Permalink
Ok, that works. Removing the debug code.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Farley <[email protected]>
  • Loading branch information
adamfarley committed Dec 20, 2023
1 parent b45d838 commit de04dd3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-autotriage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ name: "Build Autotriage"
on:
schedule:
- cron: '0 0 * * MON'
push:
paths:
- '**build-autotriage.yml'
- '**build_autotriage.sh'
- '**autotriage_regexes.sh'

env:
TRIAGE_SCRIPT: "tooling/build_autotriage/build_autotriage.sh"
Expand All @@ -19,7 +14,7 @@ jobs:
Label:
runs-on: ubuntu-latest
name: Run Build Triage
if: github.repository == 'adamfarley/temurin-build'
if: github.repository == 'adoptium/temurin-build'
steps:
- uses: actions/checkout@v3
- name: "Run Build Auto Triage"
Expand Down

0 comments on commit de04dd3

Please sign in to comment.