Skip to content

Commit

Permalink
slack eod activities workflow: specify to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Apr 30, 2024
1 parent 4dd60d3 commit 87e8e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack-eod-activities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
run-slack-eod-reminder:
uses: coronasafe/leaderboard/.github/workflows/post-activities-updates.yaml
uses: coronasafe/leaderboard/.github/workflows/post-activities-updates.yaml@main
if: github.ref == 'refs/heads/main'
permissions:
issues: read
Expand Down

0 comments on commit 87e8e5e

Please sign in to comment.