mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
Update workflows
This commit is contained in:
parent
873c68e272
commit
d3be26c017
7 changed files with 10 additions and 5 deletions
1
.github/workflows/check-dist.yml
vendored
1
.github/workflows/check-dist.yml
vendored
|
@ -1,4 +1,5 @@
|
||||||
name: Check dist/
|
name: Check dist/
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
|
@ -12,4 +12,3 @@ jobs:
|
||||||
name: CodeQL analysis
|
name: CodeQL analysis
|
||||||
#uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
|
#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
|
||||||
|
|
||||||
|
|
1
.github/workflows/licensed.yml
vendored
1
.github/workflows/licensed.yml
vendored
|
@ -1,4 +1,5 @@
|
||||||
name: Licensed
|
name: Licensed
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
name: Release new action version
|
name: Release new action version
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [released]
|
types: [released]
|
||||||
|
|
1
.github/workflows/test-pypy.yml
vendored
1
.github/workflows/test-pypy.yml
vendored
|
@ -1,4 +1,5 @@
|
||||||
name: Validate PyPy e2e
|
name: Validate PyPy e2e
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
1
.github/workflows/test-python.yml
vendored
1
.github/workflows/test-python.yml
vendored
|
@ -1,4 +1,5 @@
|
||||||
name: Validate Python e2e
|
name: Validate Python e2e
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
1
.github/workflows/workflow.yml
vendored
1
.github/workflows/workflow.yml
vendored
|
@ -1,4 +1,5 @@
|
||||||
name: Main workflow
|
name: Main workflow
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Add table
Reference in a new issue