GH workflow name collision fixes

This commit is contained in:
zomars 2022-07-04 17:36:38 -06:00
parent 6c8e624496
commit be99035f49
6 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ on:
- labeled
jobs:
add-to-project:
bug-hunting:
name: Add issue to project
runs-on: ubuntu-latest
steps:

View File

@ -4,7 +4,7 @@ on:
branches:
- main
jobs:
types:
check-types:
name: Check types
strategy:
matrix:

View File

@ -7,7 +7,7 @@ on:
# Runs “At minute 0, 15, 30, and 45.” (see https://crontab.guru)
- cron: "0,15,30,45 * * * *"
jobs:
cron:
cron-bookingReminder:
env:
APP_URL: ${{ secrets.APP_URL }}
CRON_API_KEY: ${{ secrets.CRON_API_KEY }}

View File

@ -7,7 +7,7 @@ on:
# Runs “At minute 0, 15, 30, and 45.” (see https://crontab.guru)
- cron: "0,15,30,45 * * * *"
jobs:
cron:
cron-downgradeUsers:
env:
APP_URL: ${{ secrets.APP_URL }}
CRON_API_KEY: ${{ secrets.CRON_API_KEY }}

View File

@ -3,7 +3,7 @@ on:
- pull_request_target
jobs:
triage:
labeler:
permissions:
contents: read
pull-requests: write

View File

@ -7,7 +7,7 @@ on:
- main
jobs:
meta:
required-checks:
strategy:
matrix:
node: ["16.x"]
@ -24,7 +24,7 @@ jobs:
paths:
- apps/**
- packages/**
- job: types
- job: check-types
paths:
- apps/**
- packages/**