Skip to content

Commit 37eb61b

Browse files
committed
fixed not picking up existing changes on automation branch
1 parent 5088fdf commit 37eb61b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-timestamps.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
dev/setup-env.sh
1919
. venv/bin/activate
2020
. environments/.stackhpc/activate
21-
git checkout -b auto/bump-timestamps || git checkout auto/bump-timestamps
21+
git checkout auto/bump-timestamps || git checkout -b auto/bump-timestamps
22+
git pull origin/bump-timestamps auto/bump-timestamps
2223
ansible-playbook ansible/ci/update_timestamps.yml -v
2324
2425
- name: Check if timestamps were changed

0 commit comments

Comments
 (0)