Skip to content

Commit

Permalink
Split github workflow into separate jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
yousseb committed Oct 22, 2023
1 parent f49da78 commit d7ebe85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
build-app:
name: Build Application
runs-on: build-environment
needs: deploy-code
needs: build-environment
steps:
- name: FIX gir
run: |
Expand Down

0 comments on commit d7ebe85

Please sign in to comment.