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 fbcaae4 commit 66e7c0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
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'
run: |
echo "One or more test file(s) has changed."
echo "List all the files that have changed: ${{ steps.changed-files.outputs.all_changed_files }}"
# - name: Print all changed files
# if: steps.changed-files.outputs.any_changed == 'true'
# run: |
# echo "One or more test file(s) has changed."
# echo "List all the files that have changed: ${{ steps.changed-files.outputs.all_changed_files }}"

# - name: Lint
# run: npm run lint
Expand Down
4 changes: 1 addition & 3 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ 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 66e7c0e

Please sign in to comment.