Skip to content

Commit

Permalink
Merge pull request #299 from FlowFuse/feat-pin-workflow-to-tag
Browse files Browse the repository at this point in the history
Pin reusable workflows to v0.1.1
  • Loading branch information
hardillb authored Oct 25, 2023
2 parents 50d902a + f6b947e commit 7189cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ on:
pull_request:
jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@132a77418c21639c18318ed6a687e28caa7f4ce8'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.1.1'
with:
run_tests: true
4 changes: 2 additions & 2 deletions .github/workflows/publish-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:

jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@132a77418c21639c18318ed6a687e28caa7f4ce8'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.1.1'
with:
run_tests: true

publish:
needs: build
if: |
github.ref == 'refs/heads/main'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@132a77418c21639c18318ed6a687e28caa7f4ce8'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.1.1'
with:
package_name: node-red-dashboard
publish_package: true
Expand Down

0 comments on commit 7189cfc

Please sign in to comment.