Skip to content

Commit

Permalink
fixed not picking up existing changes on automation branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Dec 20, 2024
1 parent 5088fdf commit 66d8775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-timestamps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
dev/setup-env.sh
. venv/bin/activate
. environments/.stackhpc/activate
git checkout -b auto/bump-timestamps || git checkout auto/bump-timestamps
git checkout auto/bump-timestamps || git checkout -b auto/bump-timestamps
git pull
ansible-playbook ansible/ci/update_timestamps.yml -v
- name: Check if timestamps were changed
Expand Down

0 comments on commit 66d8775

Please sign in to comment.