Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Refactor GitHub workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Apr 7, 2024
1 parent e731018 commit cdb1d38
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
setup:
package:
runs-on: ubuntu-latest

steps:
Expand All @@ -19,14 +19,6 @@ jobs:
sudo apt-get install zstd
sudo apt-get install casync
package:
needs: setup
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Package Code
run: |
# Add your directories here
Expand Down

0 comments on commit cdb1d38

Please sign in to comment.