Skip to content

Commit

Permalink
feat(Actions): named steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimura committed Feb 14, 2024
1 parent 2331b2a commit 5116a9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions:

jobs:
modified-dockerfiles:
name: Have any Dockerfiles been modified?
runs-on: ubuntu-latest
steps:
-
Expand All @@ -35,6 +36,7 @@ jobs:
- 'wordlists/Dockerfile'
build-dependencies:
name: Build dependencies required for core files
needs: [ modified-dockerfiles ]
strategy:
fail-fast: true
Expand Down Expand Up @@ -84,6 +86,7 @@ jobs:
ADD_WORDLIST_N_RULES=true
build-container:
name: Building CPU and GPU images
needs: [ build-dependencies ]
strategy:
fail-fast: true
Expand Down

0 comments on commit 5116a9e

Please sign in to comment.