Skip to content

Commit

Permalink
Update bundle_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfievet authored Aug 27, 2024
1 parent 7a761c8 commit d5ca099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bundle_app.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 'Prepare Deployment Bundle'

on:
workflow_dispatch:
workflow_call:
inputs:
new_version:
Expand Down Expand Up @@ -145,4 +146,4 @@ jobs:
- name: 'Run BOINC update versions'
if: ${{ ! vars.DO_NOT_DEPLOY }}
run: |
ssh boinc 'sudo su - boincadm -c "cd /home/boincadm/projects/boinc && ./bin/update_versions"'
ssh boinc 'sudo su - boincadm -c "cd /home/boincadm/projects/boinc && ./bin/update_versions"'

0 comments on commit d5ca099

Please sign in to comment.