Workflow tweaks

This commit is contained in:
Jobobby04 2021-06-26 22:41:47 -04:00
parent 6f6e6ad326
commit c75d0a62b5
3 changed files with 1 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -3,7 +3,7 @@ name: Lock threads
on:
# Daily
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'
# Manual trigger
workflow_dispatch:
inputs: