Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing ignore files #5175

Merged
merged 1 commit into from
Jan 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/linux-32bit-build-and-test-ignored.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Ignoring version of the corresponding workflow. These files are
# needed to run required workflows even when the real workflow is not
# executed because some files were ignored.
name: Regression Linux i386
on:
push:
branches:
- prerelease_test
paths:
- '**.md'
- 'LICENSE*'
- NOTICE
pull_request:
paths:
- '**.md'
- 'LICENSE*'
- NOTICE
jobs:
regress_linux_32bit:
name: PG${{ matrix.pg }} ${{ matrix.build_type }} linux-i386
runs-on: ubuntu-latest
steps:
- run: |
echo "No build required"
25 changes: 25 additions & 0 deletions .github/workflows/windows-build-and-test-ignored.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Ignoring version of the corresponding workflow. These files are
# needed to run required workflows even when the real workflow is not
# executed because some files were ignored.
name: Regression Windows
on:
push:
branches:
- prerelease_test
paths:
- '**.md'
- 'LICENSE*'
- NOTICE
- 'bootstrap*'
pull_request:
paths:
- '**.md'
- 'LICENSE*'
- NOTICE
- 'bootstrap*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: |
echo "No build required"