Skip to content

Commit

Permalink
Renamed files. Removed code from .yml for testing purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie-Microsoft committed Aug 30, 2023
1 parent 773d873 commit 9875ec2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ on:
merge_group:
types: [checks_requested]

permissions:
contents: write

jobs:
benchmark:
name: Run msal-node client-credential Regression Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Do not run this workflow on pull request since this workflow has permission to modify contents.
on:
push:
branches:
- dev
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
paths:
- "regression-tests/msal-node/client-credential/*"
- "lib/msal-node/**/*"
- "lib/msal-common/**/*"
- "!**.md"
- ".github/workflows/client-credential.yml"
merge_group:
types: [checks_requested]

permissions:
# deployments permission to deploy GitHub pages website
Expand Down

0 comments on commit 9875ec2

Please sign in to comment.