Skip to content

Commit d3c2e2e

Browse files
yahondaclaude
andcommitted
Skip test_11g and test_11g_ojdbc11 workflows for draft pull requests
Draft PRs only need lightweight CI (linting, rubocop, test). The heavier Oracle 11g test workflows now skip draft PRs and run when the PR is marked ready for review. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fb2c6eb commit d3c2e2e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test_11g.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
build:
11+
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
1112

1213
runs-on: ubuntu-latest
1314
strategy:

.github/workflows/test_11g_ojdbc11.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
build:
11+
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
1112

1213
runs-on: ubuntu-latest
1314
strategy:

0 commit comments

Comments
 (0)