Skip to content

Commit

Permalink
chore: add step to trigger PR in workflow (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason authored May 6, 2024
1 parent a71cf70 commit 60b6fa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-ic-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: IC Artifacts Update

on:
workflow_dispatch:
schedule:
# create a new pull request every monday
- cron: '0 0 * * MON'
Expand Down Expand Up @@ -54,6 +55,7 @@ jobs:
sed -i -e \
"s/$current_sha/$latest_sha/g" \
".ic-commit"
echo "updated=1" >> "$GITHUB_OUTPUT"
else
echo "not updating $current_sha"
echo "updated=0" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 60b6fa9

Please sign in to comment.