Skip to content

Commit

Permalink
don't sync automatically if in a tagged release
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Nov 19, 2024
1 parent 61e78cc commit 76c9211
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync_upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ name: 'Sync With Upstream'
on:
schedule:
- cron: '30 0 * * *'
# scheduled at 00:30 daily
tags-ignore:
- '**'
workflow_dispatch:

jobs:
sync_latest_from_upstream:
runs-on: ubuntu-latest
name: Sync latest commits from upstream repo

if: ${{ !startsWith(github.ref, 'refs/tags/') }}
steps:
- uses: tgymnich/[email protected]
with:
Expand Down

0 comments on commit 76c9211

Please sign in to comment.