Skip to content

Commit

Permalink
split into 2 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jan 7, 2024
1 parent ab96543 commit cc0f2c0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CICD
on: push
jobs:
cicd:
# this is a nice variante for HUGE repos
build:
# this is a nice variant for HUGE repos
runs-on: ubuntu-latest
steps:
# this is like https://github.com/internetarchive/build/blob/main/action.yml
Expand Down Expand Up @@ -58,7 +58,9 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}



deploy:
runs-on: ubuntu-latest
steps:
- name: deploy
uses: internetarchive/deploy@v1
with:
Expand Down

0 comments on commit cc0f2c0

Please sign in to comment.