We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c7324 commit 7e239bfCopy full SHA for 7e239bf
.github/workflows/build.yml
@@ -1,9 +1,6 @@
1
name: Build ISO
2
3
on:
4
- pull_request:
5
- branches:
6
- - main
7
workflow_dispatch:
8
schedule:
9
- cron: '0 0 * * *' # Run the workflow every day at midnight
@@ -100,4 +97,4 @@ jobs:
100
97
- name: Clean Up
101
98
run: |
102
99
docker stop arch-container || echo 'Failed to stop the container.'
103
- docker rm arch-container || echo 'Failed to remove the container.'
+ docker rm arch-container || echo 'Failed to remove the container.'
0 commit comments