Skip to content

Commit

Permalink
ci: Add dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Jul 31, 2024
1 parent ac9f6b5 commit a946454
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-nms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
lookup-only: true
path: nms-build/.m2
key: scenamatica-nms
restore-keys: scenamatica-nms
key: nms-maven
restore-keys: nms-maven
build-nms:
name: Build NMS with NMSAction
needs: check-whether-has-to-build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-scenamatica.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: actions/cache@v4
with:
path: nms-build/.m2
key: scenamatica-nms
restore-keys: scenamatica-nms
key: nms-maven
restore-keys: nms-maven
- name: Deploy NMS cache
if: steps.maven-cache.outputs.cache-hit != 'true'
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- docs/**
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
Expand Down

0 comments on commit a946454

Please sign in to comment.