Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:

jobs:
verify-github-workflows:
uses: harmelodic/workflows/.github/workflows/verify-github-workflows.yaml@dceba6193b3801e8342b1a5a6563300c0f7e437e
uses: harmelodic/workflows/.github/workflows/verify-github-workflows.yaml@9c9425790780e8e5a34289a409f080f2b413affd

verify-mkdocs:
uses: harmelodic/workflows/.github/workflows/verify-mkdocs.yaml@dceba6193b3801e8342b1a5a6563300c0f7e437e
uses: harmelodic/workflows/.github/workflows/verify-mkdocs.yaml@9c9425790780e8e5a34289a409f080f2b413affd
release-mkdocs:
needs: verify-mkdocs
uses: harmelodic/workflows/.github/workflows/release-mkdocs.yaml@dceba6193b3801e8342b1a5a6563300c0f7e437e
uses: harmelodic/workflows/.github/workflows/release-mkdocs.yaml@9c9425790780e8e5a34289a409f080f2b413affd
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
verify-github-workflows:
uses: harmelodic/workflows/.github/workflows/verify-github-workflows.yaml@dceba6193b3801e8342b1a5a6563300c0f7e437e
uses: harmelodic/workflows/.github/workflows/verify-github-workflows.yaml@9c9425790780e8e5a34289a409f080f2b413affd

verify-mkdocs:
uses: harmelodic/workflows/.github/workflows/verify-mkdocs.yaml@dceba6193b3801e8342b1a5a6563300c0f7e437e
uses: harmelodic/workflows/.github/workflows/verify-mkdocs.yaml@9c9425790780e8e5a34289a409f080f2b413affd