Skip to content

Commit

Permalink
Update workflows to remove references to old package
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Oct 20, 2023
1 parent fb5d6c4 commit abbe0fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

jobs:
build:
if: false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ on:
nr_file_nodes_ref:
description: 'nr-file-nodes package ref'
required: false
nr_persistent_context_release_name:
description: 'nr-persistent-context package version'
required: false
default: 'nightly'
nr_persistent_context_ref:
description: 'nr-persistent-context package ref'
required: false
pull_request:
branches:
- main
Expand All @@ -49,7 +42,6 @@ jobs:
package_dependencies: |
@flowforge/nr-project-nodes
@flowforge/nr-file-nodes
@flowforge/nr-persistent-context
secrets:
npm_registry_token: ${{ secrets.NPM_PUBLISH_TOKEN }}

Expand Down

0 comments on commit abbe0fe

Please sign in to comment.