Skip to content

Commit

Permalink
chore: update workflow schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
sigpwny-uiuc authored and github-actions[bot] committed Oct 20, 2024
1 parent ab9ad6d commit 7f31565
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/scheduled-pings.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Scheduled Jobs
'on':
schedule:
- cron: 0 19 19 10 6
- cron: 0 18 20 10 0
- cron: 0 23 23 10 3
- cron: 0 22 24 10 4
- cron: 0 19 26 10 6
Expand Down Expand Up @@ -84,41 +82,3 @@ jobs:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
run: touch .env && npm run send-discord-ping
working-directory: sigpwny.com
helper-ping-PWN-Iat-2024-10-19T190000000Z:
name: helper ping PWN Iat 2024-10-19T19:00:00.000Z
if: github.event.schedule == '0 19 19 10 6'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: latest
- run: npm ci
working-directory: sigpwny.com
- env:
DISCORD_B64_MESSAGE: PEAmNjgzNDQ5NzI0MjQxNTc1OTUxPgoqKlBXTiBJKiogaXMgPHQ6MTcyOTQ1MDgwMDpSPiEKaHR0cHM6Ly9zaWdwd255LmNvbS9tZWV0aW5ncy9nZW5lcmFsLzIwMjQtMTAtMjAv
DISCORD_CHANNEL_ID: ${{ vars.DISCORD_CONTENT_CHANNEL_ID }}
DISCORD_SERVER_ID: ${{ secrets.DISCORD_SERVER_ID }}
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
run: touch .env && npm run send-discord-ping
working-directory: sigpwny.com
helper-ping-PWN-Iat-2024-10-20T180000000Z:
name: helper ping PWN Iat 2024-10-20T18:00:00.000Z
if: github.event.schedule == '0 18 20 10 0'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: latest
- run: npm ci
working-directory: sigpwny.com
- env:
DISCORD_B64_MESSAGE: PEAmNjgzNDQ5NzI0MjQxNTc1OTUxPgoqKlBXTiBJKiogaXMgPHQ6MTcyOTQ1MDgwMDpSPiEKaHR0cHM6Ly9zaWdwd255LmNvbS9tZWV0aW5ncy9nZW5lcmFsLzIwMjQtMTAtMjAv
DISCORD_CHANNEL_ID: ${{ vars.DISCORD_CONTENT_CHANNEL_ID }}
DISCORD_SERVER_ID: ${{ secrets.DISCORD_SERVER_ID }}
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
run: touch .env && npm run send-discord-ping
working-directory: sigpwny.com

0 comments on commit 7f31565

Please sign in to comment.