Skip to content

Commit

Permalink
ci: Change branch for Anaconda tests from 'master' to 'main'
Browse files Browse the repository at this point in the history
Anaconda renamed their default branch.
  • Loading branch information
vojtechtrefny committed Jan 10, 2025
1 parent 6b4be0d commit 030ef76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anaconda_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
env:
TARGET_BRANCH: 'master'
TARGET_BRANCH: 'main'

steps:
- name: Clone Anaconda repository
Expand All @@ -34,7 +34,7 @@ jobs:
run: |
# Run anaconda-ci container with blivet and anaconda attached.
# Steps in the container:
# - Download anaconda-ci:master container (Rawhide)
# - Download anaconda-ci:main container (Rawhide)
# - Remove already existing blivet RPM in the container.
# - Install dependencies for blivet.
# - Install blivet to the container.
Expand Down

0 comments on commit 030ef76

Please sign in to comment.