Skip to content

Commit

Permalink
set to on pull-request for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvious committed Sep 22, 2024
1 parent 383a67f commit 55c01ad
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/sync_submodules.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
name: Update Submodules

# on:
# workflow_dispatch: # Allow manual triggering
# schedule:
# - cron: '0 0 * * *' # Execute at midnight every day
on:
workflow_dispatch: # Allow manual triggering
schedule:
- cron: '0 0 * * *' # Execute at midnight every day
pull_request:
branches:
master

concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
check_update_submodule_branch:
Expand Down

0 comments on commit 55c01ad

Please sign in to comment.