Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Nov 13, 2023
1 parent fcc1448 commit c0e351d
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@ run-name: |
CI/CD: ${{ github.ref }}
on:
issues:
types:
- opened
- labeled
issue_comment:
types:
- created
- edited
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
- labeled
- closed
pull_request_target:
types:
- opened
- reopened
- synchronize
push:
schedule:
- cron: '0 0 * * *' # Every day at midnight UTC.
- cron: '0 0 * * 1' # Every Monday at midnight UTC.
# issues:
# types:
# - opened
# - labeled
# issue_comment:
# types:
# - created
# - edited
# pull_request:
# types:
# - opened
# - reopened
# - synchronize
# - ready_for_review
# - labeled
# - closed
# pull_request_target:
# types:
# - opened
# - reopened
# - synchronize
# push:
# schedule:
# - cron: '0 0 * * *' # Every day at midnight UTC.
# - cron: '0 0 * * 1' # Every Monday at midnight UTC.
workflow_dispatch:
inputs:
meta-sync:
Expand Down

0 comments on commit c0e351d

Please sign in to comment.