Skip to content

Commit

Permalink
ci: cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Oct 19, 2024
1 parent bd2f713 commit e72e647
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
1 change: 1 addition & 0 deletions .github/workflows/devilutionx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- 'homebrew/DevilutionX/**'
workflow_dispatch:

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/eduke32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- 'homebrew/EDuke32/**'
workflow_dispatch:

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/payload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,34 +56,13 @@ jobs:
path: ./homebrew/IV9999-FAKE00000_00-HOMEBREWLOADER01.pkg
if-no-files-found: error

- name: Upload FFplay
uses: actions/upload-artifact@v3
with:
name: FFplay
path: ./homebrew/FFplay
if-no-files-found: error

- name: Upload Mednafen
uses: actions/upload-artifact@v3
with:
name: Mednafen
path: ./homebrew/Mednafen
if-no-files-found: error

- name: Upload SVTplay
uses: actions/upload-artifact@v3
with:
name: SVTplay
path: ./homebrew/SVTplay
if-no-files-found: error

- name: Upload SverigesRadio
uses: actions/upload-artifact@v3
with:
name: SverigesRadio
path: ./homebrew/SverigesRadio
if-no-files-found: error

- name: Upload FBNeo
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e72e647

Please sign in to comment.