Skip to content

Commit

Permalink
Deploying AL-Go from main (89a6ff77b35a61cafffaa868698e2825444fbea4) …
Browse files Browse the repository at this point in the history
…to main (#16)

Co-authored-by: cegekaJG <[email protected]>
  • Loading branch information
cegekaJG and cegekaJG authored Apr 29, 2024
1 parent dfb769f commit 5e72feb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"skipUpgrade": true,
"templateUrl": "https://github.com/cegekaJG/AL-Go-PTE@main",
"type": "PTE",
"useCompilerFolder": true
"useCompilerFolder": true,
"vsixFile": "latest"
}
2 changes: 1 addition & 1 deletion .github/workflows/DocumentMergedCommits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
- name: Delete head branch
run: |
branch=${{ github.head_ref }}
if git rev-parse --verify $branch >/dev/null 2>&1; then
if git ls-remote --heads origin $branch >/dev/null 2>&1; then
git push origin --delete $branch
else
echo "Unable to locate branch $branch - It most likely has already been deleted."
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/RunPreCommit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
pre-commit:
name: Run Pre-Commit
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 5e72feb

Please sign in to comment.