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 c0e351d commit 1e1d271
Showing 1 changed file with 25 additions and 26 deletions.
51 changes: 25 additions & 26 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 Expand Up @@ -87,7 +87,6 @@ jobs:

init:
name: 'RepoDynamics'
# if: github.repository != 'AAriam/TemplateRepo'
uses: ./.github/workflows/_repodynamics.yaml
permissions:
contents: write
Expand Down

0 comments on commit 1e1d271

Please sign in to comment.