Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 committed Nov 27, 2024
1 parent 81b690b commit 81ca4a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: npm run build
- name: Handle changes (pull request)
uses: Brightspace/third-party-actions@peter-evans/create-pull-request
if: github.triggering_actor != 'd2l-github-action-tokens[bot]'
if: github.triggering_actor != 'devpow112'
id: changes-pr
with:
commit-message: Update Build
Expand All @@ -75,7 +75,7 @@ jobs:
add-paths: dist/*
- name: Leave comment
if: >
github.triggering_actor != 'd2l-github-action-tokens[bot]' &&
github.triggering_actor != 'devpow112' &&
steps.changes-pr.outputs.pull-request-operation == 'created'
uses: BrightspaceUI/actions/comment-on-pr@main
with:
Expand All @@ -86,7 +86,7 @@ jobs:
post-mode: hide-previous
- name: Report status
if: >
github.triggering_actor != 'd2l-github-action-tokens[bot]' &&
github.triggering_actor != 'devpow112' &&
(
steps.changes-pr.outputs.pull-request-operation == 'created' ||
steps.changes-pr.outputs.pull-request-operation == 'updated'
Expand All @@ -96,7 +96,7 @@ jobs:
script: core.setFailed('Build changes detected')
- name: Handle changes (push)
id: changes-push
if: github.triggering_actor == 'd2l-github-action-tokens[bot]'
if: github.triggering_actor == 'devpow112'
run: |
set +e
git diff --exit-code --name-only 'dist/*'
Expand Down

0 comments on commit 81ca4a6

Please sign in to comment.