Skip to content

Commit

Permalink
better names of GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Mar 3, 2024
1 parent 7ad43f1 commit ca8174e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
run: "true"
unit-tests:
needs: [prechecks]
uses: ./.github/workflows/test.yml
package:
uses: ./.github/workflows/test_and_package.yml
publish:
needs: [unit-tests]
uses: ./.github/workflows/publish.yml
all:
needs: [unit-tests, package]
needs: [unit-tests, publish]
runs-on: ubuntu-latest
steps:
- name: Success
Expand Down
File renamed without changes.

0 comments on commit ca8174e

Please sign in to comment.