Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jul 3, 2021
1 parent ee49eae commit c5de9ef
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

name: Build Image
on:
pull_request:
push:
branches:
- '**'
- '!release/*'
schedule:
- cron: '0 0 * * *'
Expand Down Expand Up @@ -77,10 +79,3 @@ jobs:
host: '${{ secrets.SSH_REMOTE_HOST }}'
username: '${{ secrets.SSH_USERNAME }}'
privateKey: ${{ secrets.SSH_PRIVATE_KEY }}

# # artifact upload will take care of zipping for us
# - uses: actions/[email protected]
# if: github.event_name == 'schedule'
# with:
# name: ${{ steps.copy.outputs.image }}
# path: ${{ steps.copy.outputs.image }}.img

0 comments on commit c5de9ef

Please sign in to comment.