mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 18:42:23 +08:00
chore: Update workflows
This commit is contained in:
parent
52845a7ca5
commit
9f81013530
1
.github/workflows/check_docs.yml
vendored
1
.github/workflows/check_docs.yml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
docs:
|
docs:
|
||||||
name: Website Updated
|
name: Website Updated
|
||||||
|
if: github.repository == 'wailsapp/wails'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
1
.github/workflows/generate-sponsor-image.yml
vendored
1
.github/workflows/generate-sponsor-image.yml
vendored
@ -10,6 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
update-sponsors:
|
update-sponsors:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'wailsapp/wails'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
1
.github/workflows/issue-translator.yml
vendored
1
.github/workflows/issue-translator.yml
vendored
@ -8,6 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'wailsapp/wails'
|
||||||
steps:
|
steps:
|
||||||
- uses: tomsun28/issues-translate-action@v2.6
|
- uses: tomsun28/issues-translate-action@v2.6
|
||||||
with:
|
with:
|
||||||
|
1
.github/workflows/label-sponsors.yml
vendored
1
.github/workflows/label-sponsors.yml
vendored
@ -7,6 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: is-sponsor-label
|
name: is-sponsor-label
|
||||||
|
if: github.repository == 'wailsapp/wails'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: JasonEtco/is-sponsor-label-action@v1
|
- uses: JasonEtco/is-sponsor-label-action@v1
|
||||||
|
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
check_branch_name:
|
check_branch_name:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'wailsapp/wails'
|
||||||
name: Check branch name
|
name: Check branch name
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
|
1
.github/workflows/projects.yml
vendored
1
.github/workflows/projects.yml
vendored
@ -7,6 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
projectcardautolabel_job:
|
projectcardautolabel_job:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'wailsapp/wails'
|
||||||
steps:
|
steps:
|
||||||
- name: Run ProjectCard AutoLabel
|
- name: Run ProjectCard AutoLabel
|
||||||
id: runprojectcardautolabel
|
id: runprojectcardautolabel
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -8,6 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Run Go Tests
|
name: Run Go Tests
|
||||||
|
if: github.repository == 'wailsapp/wails'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -33,7 +34,6 @@ jobs:
|
|||||||
test_templates:
|
test_templates:
|
||||||
name: Test Templates
|
name: Test Templates
|
||||||
needs: test
|
needs: test
|
||||||
if: github.repository == 'wailsapp/wails'
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
Loading…
Reference in New Issue
Block a user