CI: Update workflows (#3774)

* ci: Update workflows

* gha: Add no-build switch to test action
This commit is contained in:
TSRBerry 2022-10-21 10:31:38 +02:00 committed by GitHub
parent d8e487d018
commit c7cf1cbc35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

View file

@ -8,7 +8,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v6
with:
script: |
const {owner, repo} = context.repo;