Effectivly disable the pipeline
This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
name: Build Flutter SDK Docker Image
|
name: Build Flutter SDK Docker Image
|
||||||
on:
|
on:
|
||||||
schedule:
|
|
||||||
- cron: '0 2 * * FRI'
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- some-branch-name-which-should-never-trigger-the-build
|
||||||
workflow_dispatch:
|
# schedule:
|
||||||
|
# - cron: '0 2 * * FRI'
|
||||||
|
# push:
|
||||||
|
# branches:
|
||||||
|
# - main
|
||||||
|
# workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user