Skip to content

Commit

Permalink
skip rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez committed Mar 3, 2025
1 parent 081665e commit 96488f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-gaia-v23-fresh-state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# schedule:
# - cron: '0 6,14 * * 1-6'
workflow_dispatch:
# push:
push:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_version_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re
import requests

SKIP_VERSIONS = ['v22.0.0','v22.1.0']
SKIP_VERSIONS = ['v23.0.0-rc0']

# Must provide a cutoff version, e.g. 'v6.0.4'
starting_version = sys.argv[1].split('.')
Expand Down

0 comments on commit 96488f0

Please sign in to comment.