Skip to content

Commit

Permalink
Bump urp template exception to 13.2.3 (#7442)
Browse files Browse the repository at this point in the history
* Bump exceptio to 13.2.3

* Disable formatting auto run
  • Loading branch information
Théo Penavaire authored May 20, 2022
1 parent e8191f5 commit 216a86e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .yamato/_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ formatting:
- | # Checking if there is a diff, to fail the job if yes (-s check means does the file contain something)
if [ -s format.patch ]; then exit 1; fi
timeout: 1
triggers:
expression: pull_request.target eq "master"
# triggers:
# expression: pull_request.target eq "master"
artifacts:
diff:
paths:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ErrorExceptions": [
{
"ValidationTest": "Primed Library Validation",
"PackageVersion": "13.2.2"
"PackageVersion": "13.2.3"
}
],
"WarningExceptions": []
Expand Down

0 comments on commit 216a86e

Please sign in to comment.