This commit is contained in:
Joakim Hellsén 2024-11-26 03:34:07 +01:00
commit e696e161b3
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
7 changed files with 583 additions and 28 deletions

View file

@ -13,9 +13,9 @@ jobs:
contents: read
packages: write
env:
DISCORD_TOKEN: '0'
OPENAI_TOKEN: '0'
if: github.event_name != 'pull_request' && github.event_name != 'schedule'
DISCORD_TOKEN: "0"
OPENAI_TOKEN: "0"
if: github.event_name != 'pull_request'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true