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: preview:
name: Build app preview name: Build app preview
needs: check_wrapper needs: check_wrapper
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -16,7 +16,6 @@ jobs:
build: build:
name: Build app name: Build app
needs: check_wrapper needs: check_wrapper
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

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