Skip to content

Commit

Permalink
Add check for actions triggered by cron (#5641)
Browse files Browse the repository at this point in the history
* Add check for actions triggered by cron

* Replaced 4 and 5 line with "workflow_dispatch"

* Revert 'schedule-fri-0700.yml'
  • Loading branch information
aramattamara authored Oct 18, 2023
1 parent 4d68465 commit 31d83b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schedule-monthly-PREV.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Schedule Monthly PREVIOUS

on:
schedule:
- cron: "0 8 1 * *"
workflow_dispatch:

jobs:
list-inactive-members:
runs-on: ubuntu-latest
if: github.repository == 'hackforla/website'
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 31d83b2

Please sign in to comment.