Skip to content

Commit

Permalink
Disable other workflows to test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuldata committed Nov 19, 2024
1 parent b4e885e commit b1d2fc7
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/HighPriorityIssues.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Create Internal issue when the "High Priority" label is applied
on:
issues:
types:
- labeled
#on:
# issues:
# types:
# - labeled

env:
GH_TOKEN: ${{ secrets.DUCKDBLABS_BOT_TOKEN }}
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
# This workflow calls the main distribution pipeline from DuckDB to build, test and (optionally) release the extension
#
name: Stable Extension Distribution Pipeline
on:
pull_request:
branches:
- main
paths-ignore:
- '**/README.md'
- 'doc/**'
push:
branches:
- main
paths-ignore:
- '**/README.md'
- 'doc/**'
workflow_dispatch:
#on:
# pull_request:
# branches:
# - main
# paths-ignore:
# - '**/README.md'
# - 'doc/**'
# push:
# branches:
# - main
# paths-ignore:
# - '**/README.md'
# - 'doc/**'
# workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/main_distribution.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# This workflow calls the main distribution pipeline from DuckDB to build, test and (optionally) release the extension
#
name: Main Extension Distribution Pipeline
on:
pull_request:
paths-ignore:
- '**/README.md'
- 'doc/**'
push:
paths-ignore:
- '**/README.md'
- 'doc/**'
workflow_dispatch:
#on:
# pull_request:
# paths-ignore:
# - '**/README.md'
# - 'doc/**'
# push:
# paths-ignore:
# - '**/README.md'
# - 'doc/**'
# workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [push, pull_request,repository_dispatch]
#on: [push, pull_request,repository_dispatch]

defaults:
run:
Expand Down

0 comments on commit b1d2fc7

Please sign in to comment.