mirror of
https://github.com/xlioncontainermirror/cosmic-silverblue-latest.git
synced 2025-04-12 07:13: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
|
name: build-ublue-custom
|
||||||
on:
|
on:
|
||||||
pull_request:
|
# pull_request:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: '05 10 * * *' # 10:05am UTC everyday
|
# - cron: '05 10 * * *' # 10:05am UTC everyday
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
paths-ignore:
|
# paths-ignore:
|
||||||
- '**/README.md'
|
# - '**/README.md'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue