mirror of
https://github.com/xlioncontainermirror/cosmic-silverblue-latest.git
synced 2025-04-04 20:03:44 +03:00
disable
This commit is contained in:
parent
fc4a59a654
commit
6a37b42a32
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
|
@ -1,16 +1,16 @@
|
|||
---
|
||||
name: build-ublue-custom
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: '05 10 * * *' # 10:05am UTC everyday
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
# schedule:
|
||||
# - cron: '05 10 * * *' # 10:05am UTC everyday
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# paths-ignore:
|
||||
# - '**/README.md'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue