Skip to content

Commit

Permalink
test push
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicfraser committed Oct 4, 2023
1 parent 860a1d5 commit fbcaae4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
# id: is_docs_only
# run: echo "docs_only=${{ steps.changed-files-specific.outputs.only_modified == 'true' }}" >> "$GITHUB_OUTPUT"

- name: Install deps
if: ${{ steps.changed-files.outputs.only_modified == 'true' }}
run: npm ci
- name: Only files in matcher have been modified
if: steps.changed-files.outputs.only_modified == 'true'
run: echo "only_modified == 'true'"

- name: Print all changed files
if: steps.changed-files.outputs.any_changed == 'true'
Expand Down
3 changes: 3 additions & 0 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ To do this:
- Run `git push && git push --tags`.
- When creating a release on the UI, specify the tag, link PRs associated to the release and include description of all changes.
//


/

0 comments on commit fbcaae4

Please sign in to comment.