Workflow tweaks
This commit is contained in:
parent
6f6e6ad326
commit
c75d0a62b5
3 changed files with 1 additions and 3 deletions
|
|
@ -20,7 +20,6 @@ jobs:
|
|||
preview:
|
||||
name: Build app preview
|
||||
needs: check_wrapper
|
||||
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
|
|||
1
.github/workflows/build_check.yml
vendored
1
.github/workflows/build_check.yml
vendored
|
|
@ -16,7 +16,6 @@ jobs:
|
|||
build:
|
||||
name: Build app
|
||||
needs: check_wrapper
|
||||
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
|
|||
2
.github/workflows/lock.yml
vendored
2
.github/workflows/lock.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Lock threads
|
|||
on:
|
||||
# Daily
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
- cron: '0 0 * * *'
|
||||
# Manual trigger
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue