Skip to content

Commit

Permalink
comment out schedule for now, switch master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Apr 27, 2022
1 parent e5b98ee commit 367f835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# runs at 3:15am every day:
# - cron: '15 3 * * *'
# runs every 5 min
- cron: '*/5 * * * *'
# - cron: '*/5 * * * *'

name: Test site and push live if we're on Master
jobs:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: ./.github/scripts/muffet.sh

- name: Master Branch Only - Report errors to Slack, if any
if: ${{ github.ref == 'refs/heads/master' && failure() }}
if: ${{ github.ref == 'refs/heads/main' && failure() }}
uses: rtCamp/[email protected]
env:
SLACK_WEBHOOK: '${{ secrets.SLACK_WEB_HOOK }}'
Expand Down

0 comments on commit 367f835

Please sign in to comment.