Skip to content

Commit

Permalink
Merge pull request #350 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
correct syntax in crucible-scheduled workflow
  • Loading branch information
k-rister authored Jul 6, 2024
2 parents 8b652da + 492e518 commit 4ee5f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crucible-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
call-core-crucible-ci_scheduled:
if: github.repository == "perftool-incubator/crucible"
if: github.repository == 'perftool-incubator/crucible'
uses: perftool-incubator/crucible-ci/.github/workflows/core-crucible-ci.yaml@main
with:
ci_target: "crucible"
Expand Down

0 comments on commit 4ee5f84

Please sign in to comment.