Skip to content

Commit

Permalink
Correcting workflow layout
Browse files Browse the repository at this point in the history
Putting the new trigger at the end causes failure. Reordering.

Signed-off-by: Adam Farley <[email protected]>
  • Loading branch information
adamfarley committed Mar 8, 2024
1 parent fe4fead commit cc313bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-autotriage.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: "Build Autotriage"
name: Build Autotriage

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * MON'
workflow_dispatch

env:
TRIAGE_SCRIPT: "tooling/build_autotriage/build_autotriage.sh"
Expand Down

0 comments on commit cc313bc

Please sign in to comment.