Skip to content

Commit 7e239bf

Browse files
Update build.yml
1 parent 54c7324 commit 7e239bf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Build ISO
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
74
workflow_dispatch:
85
schedule:
96
- cron: '0 0 * * *' # Run the workflow every day at midnight
@@ -100,4 +97,4 @@ jobs:
10097
- name: Clean Up
10198
run: |
10299
docker stop arch-container || echo 'Failed to stop the container.'
103-
docker rm arch-container || echo 'Failed to remove the container.'
100+
docker rm arch-container || echo 'Failed to remove the container.'

0 commit comments

Comments
 (0)