Skip to content

Commit f5c125e

Browse files
committed
Fix branch input parameter
1 parent 5e77627 commit f5c125e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
repos:
2020
- org: "NSLS-II-CSX"
2121
repo: "profile_collection"
22-
branch: "HEAD"
22+
branch: ""
2323
beamline-acronym: "csx"
2424
zenodo:
2525
- url: "https://zenodo.org/records/14862443/files/2025-1.0-py310-tiled.tar.gz"
@@ -31,6 +31,9 @@ jobs:
3131

3232
runs-on: ubuntu-latest
3333
steps:
34+
- name: Checkout repository
35+
uses: actions/checkout@v4
36+
3437
- name: Run Integration Tests Against Beamline Profiles
3538
uses: NSLS2/gha-beamline-integration-test@support-local-conda-env
3639
with:

0 commit comments

Comments
 (0)