Skip to content

Commit

Permalink
Fix branch name (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 29, 2024
1 parent 73da1e9 commit 93ee49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
})
- name: Ansible play
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
if: github.ref == 'refs/heads/seagl-fork' && github.event_name == 'push'
run: ansible-playbook -i inventory/ --vault-password-file .github/get_vault_password.sh -u gh-actions --tags=install-all,ensure-matrix-users-created,start setup.yml 2>&1
env:
ANSIBLE_VAULT_PASSWORD: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}

0 comments on commit 93ee49a

Please sign in to comment.