We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1521c commit ed012bcCopy full SHA for ed012bc
.github/workflows/connector-tests.yml
@@ -25,7 +25,7 @@ concurrency:
25
jobs:
26
cdk_changes:
27
name: Get Changes
28
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
29
permissions:
30
statuses: write
31
pull-requests: read
@@ -62,7 +62,7 @@ jobs:
62
# Forked PRs are handled by the community_ci.yml workflow
63
# If the condition is not met the job will be skipped (it will not fail)
64
# runs-on: connector-test-large
65
66
timeout-minutes: 360 # 6 hours
67
strategy:
68
fail-fast: false
0 commit comments