1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00
This commit is contained in:
Cedric 2024-05-16 11:19:22 +01:00 committed by GitHub
commit 045d440b2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View file

@ -8,6 +8,10 @@ on:
merge_group:
branches: [main, 1.*.x]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
# Require writing security events to upload SARIF file to security tab
security-events: write

View file

@ -8,6 +8,8 @@ on:
jobs:
cleanup:
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Check out code
uses: actions/checkout@v3

View file

@ -8,7 +8,7 @@ jobs:
tests:
name: Release
runs-on: ubuntu-latest
if: github.repository == 'appwrite-appwrite'
steps:
- name: Checkout repository
uses: actions/checkout@v3

View file

@ -7,7 +7,7 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
if: github.repository == 'appwrite/appwrite'
steps:
- uses: actions/stale@v9
with: