Skip to content

Commit

Permalink
Add missing steps for the canary job in ci-pr-forks
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaito1001 committed Mar 28, 2024
1 parent 9f0aab9 commit 29cf812
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci-pr-forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
name: Canary
if: ${{ github.event.pull_request.head.repo.full_name != 'smithy-lang/smithy-rs' }}
runs-on: ubuntu-latest
run: |
echo "Canary cannot be invoked from a forked repository. Ask a maintainer to manually invoke it using your PR."
exit 1
steps:
- name: Ask maintainer to run the canary
run: |
echo "Canary cannot be invoked from a forked repository. Ask a maintainer to manually invoke it using your PR."
exit 1

0 comments on commit 29cf812

Please sign in to comment.