mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-10 16:42:35 +00:00
Update build.yml
Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -436,12 +436,12 @@ jobs:
|
||||
sudo ./aws/install --update
|
||||
|
||||
- name: Stop self-hosted runner
|
||||
if: ${{ inputs.create_release && inputs.update_branch == 'release' }}
|
||||
if: always()
|
||||
run: |
|
||||
echo "Stopping self-hosted runner"
|
||||
echo "${{ secrets.SELF_HOSTED_RUNNER_STOP_SCRIPT }}" > stop.sh
|
||||
sudo chmod +x stop.sh
|
||||
./stop.sh > /dev/null 2>&1 &
|
||||
./stop.sh
|
||||
|
||||
- name: Remove self-hosted runner script
|
||||
if: always() && ${{ inputs.create_release && inputs.update_branch == 'release' }}
|
||||
|
||||
Reference in New Issue
Block a user