Skip to content

Commit

Permalink
Comment out push/pr triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Jul 10, 2024
1 parent cff1cc7 commit 5de4da4
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/build-engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@ run-name: Build Engines for ${{ inputs.commit }}

# Run on `push` only for main, if not it will trigger `push` & `pull_request` on PRs at the same time
on:
push:
branches:
- main
- '*.*.x'
paths-ignore:
- '!.github/workflows/build-engines*'
- '.github/**'
- '.buildkite/**'
- '*.md'
- 'LICENSE'
- 'CODEOWNERS'
- 'renovate.json'
# push:
# branches:
# - main
# - '*.*.x'
# paths-ignore:
# - '!.github/workflows/build-engines*'
# - '.github/**'
# - '.buildkite/**'
# - '*.md'
# - 'LICENSE'
# - 'CODEOWNERS'
# - 'renovate.json'
workflow_dispatch:
inputs:
commit:
description: 'Commit to build (from prisma-engines)'
required: false
pull_request:
paths-ignore:
- '!.github/workflows/build-engines*'
- '.github/**'
- '.buildkite/**'
- '*.md'
- 'LICENSE'
- 'CODEOWNERS'
- 'renovate.json'
# pull_request:
# paths-ignore:
# - '!.github/workflows/build-engines*'
# - '.github/**'
# - '.buildkite/**'
# - '*.md'
# - 'LICENSE'
# - 'CODEOWNERS'
# - 'renovate.json'

jobs:
build-linux:
Expand Down

0 comments on commit 5de4da4

Please sign in to comment.