Skip to content

Commit

Permalink
Revert "Temporarily enable some GitHub Actions for testing."
Browse files Browse the repository at this point in the history
This reverts commit 73af8d8.
  • Loading branch information
mitchell-as committed Dec 5, 2023
1 parent ff34013 commit e68f4e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ jobs:
SHELL: bash
GITHUB_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 10
#if: contains(fromJSON('["refs/heads/master", "refs/heads/beta", "refs/heads/release", "refs/heads/LTS"]'), github.ref) || startsWith(github.event.pull_request.head.ref, 'version/')
if: contains(fromJSON('["refs/heads/master", "refs/heads/beta", "refs/heads/release", "refs/heads/LTS"]'), github.ref) || startsWith(github.event.pull_request.head.ref, 'version/')

# === Deploy Steps ===
steps:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: Release

# === Triggers ===
"on":
pull_request:
types:
- edited
- labeled
- synchronize
create

# === JOBS ===
jobs:
Expand All @@ -16,7 +12,7 @@ jobs:
name: Remote Installer
timeout-minutes: 30
runs-on: windows-2019
#if: github.event.ref_type == 'tag' && contains(github.event.ref, 'release/remote-installer')
if: github.event.ref_type == 'tag' && contains(github.event.ref, 'release/remote-installer')
permissions:
id-token: write # This is required for requesting the JWT
env:
Expand Down

0 comments on commit e68f4e2

Please sign in to comment.