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
with:
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:
- 'Dockerfile'
defaults:
run:
shell: bash
jobs:
build-workflow:
uses: ./.github/workflows/build-jobs.yaml

View File

@ -28,4 +28,4 @@ jobs:
- name: Push image
run: |
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:
contents: write
concurrency:
group: "prerelease"
cancel-in-progress: false
defaults:
run:
shell: bash
jobs:
build-workflow:
uses: ./.github/workflows/build-jobs.yaml

View File

@ -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