refactor: clean yaml files

This commit is contained in:
Peter Galonza 2024-05-27 00:28:46 +03:00
parent bedf9cdd19
commit db631e7883
5 changed files with 2 additions and 22 deletions

View File

@ -20,4 +20,4 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: atmosphere-artifacts name: atmosphere-artifacts
path: ./out/nintendo_nx_arm64_armv8a/release/* path: ./out/nintendo_nx_arm64_armv8a/release/*

View File

@ -7,10 +7,6 @@ on:
paths-ignore: paths-ignore:
- 'Dockerfile' - 'Dockerfile'
defaults:
run:
shell: bash
jobs: jobs:
build-workflow: build-workflow:
uses: ./.github/workflows/build-jobs.yaml uses: ./.github/workflows/build-jobs.yaml

View File

@ -28,4 +28,4 @@ jobs:
- name: Push image - name: Push image
run: | run: |
docker tag $IMAGE_NAME ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME:latest docker tag $IMAGE_NAME ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME:latest
docker push ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME:latest docker push ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME:latest

View File

@ -8,14 +8,6 @@ on:
permissions: permissions:
contents: write contents: write
concurrency:
group: "prerelease"
cancel-in-progress: false
defaults:
run:
shell: bash
jobs: jobs:
build-workflow: build-workflow:
uses: ./.github/workflows/build-jobs.yaml uses: ./.github/workflows/build-jobs.yaml

View File

@ -8,14 +8,6 @@ on:
permissions: permissions:
contents: write contents: write
concurrency:
group: "release"
cancel-in-progress: false
defaults:
run:
shell: bash
jobs: jobs:
build-workflow: build-workflow:
uses: ./.github/workflows/build-jobs.yaml uses: ./.github/workflows/build-jobs.yaml