Stop forcing concedo_experimental in CI (#833)

* Use correct branch name

* CI now uses selected branch
This commit is contained in:
henk717 2024-05-08 03:54:56 +02:00 committed by GitHub
parent 0d1cd0171a
commit 3eeb4bc127
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ jobs:
id: checkout
uses: actions/checkout@v3
with:
ref: concedo_experimental
ref: ${{ github.head_ref || github.ref_name }}
- name: Get Python
uses: actions/setup-python@v2