mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-10 16:59:24 +02:00
refactor: clean yaml files
This commit is contained in:
parent
bedf9cdd19
commit
db631e7883
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -7,10 +7,6 @@ on:
|
||||
paths-ignore:
|
||||
- 'Dockerfile'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
build-workflow:
|
||||
uses: ./.github/workflows/build-jobs.yaml
|
||||
|
8
.github/workflows/prerelease.yml
vendored
8
.github/workflows/prerelease.yml
vendored
@ -8,14 +8,6 @@ on:
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
concurrency:
|
||||
group: "prerelease"
|
||||
cancel-in-progress: false
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
build-workflow:
|
||||
uses: ./.github/workflows/build-jobs.yaml
|
||||
|
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -8,14 +8,6 @@ on:
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
concurrency:
|
||||
group: "release"
|
||||
cancel-in-progress: false
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
build-workflow:
|
||||
uses: ./.github/workflows/build-jobs.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user