Update workflows

This commit is contained in:
IvanZosimov 2022-12-15 16:14:54 +01:00
parent 873c68e272
commit d3be26c017
7 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,5 @@
name: Check dist/
on:
push:
branches:

View File

@ -1,4 +1,4 @@
name: CodeQL analysis
name: CodeQL analysis
on:
push:
@ -11,5 +11,4 @@ jobs:
call-codeQL-analysis:
name: CodeQL analysis
#uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main

View File

@ -1,4 +1,5 @@
name: Licensed
on:
push:
branches:
@ -11,4 +12,4 @@ jobs:
call-licensed:
name: Licensed
#uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
uses: IvanZosimov/reusable-workflows/.github/workflows/licensed.yml@main
uses: IvanZosimov/reusable-workflows/.github/workflows/licensed.yml@main

View File

@ -1,4 +1,5 @@
name: Release new action version
on:
release:
types: [released]
@ -24,4 +25,4 @@ jobs:
uses: actions/publish-action@v0.2.1
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

View File

@ -1,4 +1,5 @@
name: Validate PyPy e2e
on:
push:
branches:

View File

@ -1,4 +1,5 @@
name: Validate Python e2e
on:
push:
branches:

View File

@ -1,4 +1,5 @@
name: Main workflow
on:
push:
branches: