Fix website again again (#9062)

* run the website workflows

* run the website workflows

* asd
This commit is contained in:
pngwn 2024-08-07 20:38:15 +01:00 committed by GitHub
parent ac6f4d9e8e
commit e5407ae82e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions

View File

@ -11,10 +11,6 @@ env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
NODE_OPTIONS: "--max-old-space-size=4096"
concurrency:
group: "${{ github.event.workflow_run.head_repository.full_name }}-${{ github.event.workflow_run.head_branch }}-${{ github.workflow_ref }}"
cancel-in-progress: true
jobs:
changes:
if: github.event.workflow_run.conclusion == 'success'

View File

@ -6,10 +6,6 @@ on:
types:
- completed
concurrency:
group: "${{ github.event.workflow_run.head_repository.full_name }}-${{ github.event.workflow_run.head_branch }}-${{ github.workflow_ref }}"
cancel-in-progress: true
permissions: {}
jobs: