Skip to content

Commit e78cb70

Browse files
committed
done by claude code
1 parent 51c5e5a commit e78cb70

14 files changed

+14
-2
lines changed

.github/workflows/codeflash-optimize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
optimize:
1616
name: Optimize new Python code
17-
if: ${{ github.actor != 'codeflash-ai[bot]' }}
17+
if: ${{ github.actor != 'codeflash-ai[bot]' && github.event.pull_request.draft == false }}
1818
runs-on: ubuntu-latest
1919
env:
2020
CODEFLASH_AIS_SERVER: prod

.github/workflows/e2e-bubblesort-benchmark.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
benchmark-bubble-sort-optimization:
1212
# Dynamically determine if environment is needed only when workflow files change and contributor is external
1313
environment: ${{ (github.event_name == 'workflow_dispatch' || (contains(toJSON(github.event.pull_request.files.*.filename), '.github/workflows/') && github.event.pull_request.user.login != 'misrasaurabh1' && github.event.pull_request.user.login != 'KRRT7')) && 'external-trusted-contributors' || '' }}
14+
if: ${{ github.event.pull_request.draft == false }}
1415

1516
runs-on: ubuntu-latest
1617
env:

.github/workflows/e2e-bubblesort-pytest-nogit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
bubble-sort-optimization-pytest-no-git:
1212
# Dynamically determine if environment is needed only when workflow files change and contributor is external
1313
environment: ${{ (github.event_name == 'workflow_dispatch' || (contains(toJSON(github.event.pull_request.files.*.filename), '.github/workflows/') && github.event.pull_request.user.login != 'misrasaurabh1' && github.event.pull_request.user.login != 'KRRT7')) && 'external-trusted-contributors' || '' }}
14+
if: ${{ github.event.pull_request.draft == false }}
1415

1516
runs-on: ubuntu-latest
1617
env:

.github/workflows/e2e-bubblesort-unittest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
bubble-sort-optimization-unittest:
1212
# Dynamically determine if environment is needed only when workflow files change and contributor is external
1313
environment: ${{ (github.event_name == 'workflow_dispatch' || (contains(toJSON(github.event.pull_request.files.*.filename), '.github/workflows/') && github.event.pull_request.user.login != 'misrasaurabh1' && github.event.pull_request.user.login != 'KRRT7')) && 'external-trusted-contributors' || '' }}
14+
if: ${{ github.event.pull_request.draft == false }}
1415

1516
runs-on: ubuntu-latest
1617
env:

.github/workflows/e2e-coverage-optimization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
end-to-end-test-coverage:
1212
# Dynamically determine if environment is needed only when workflow files change and contributor is external
1313
environment: ${{ (github.event_name == 'workflow_dispatch' || (contains(toJSON(github.event.pull_request.files.*.filename), '.github/workflows/') && github.event.pull_request.user.login != 'misrasaurabh1' && github.event.pull_request.user.login != 'KRRT7')) && 'external-trusted-contributors' || '' }}
14+
if: ${{ github.event.pull_request.draft == false }}
1415

1516
runs-on: ubuntu-latest
1617
env:

.github/workflows/e2e-futurehouse-structure.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
futurehouse-structure:
1212
# Dynamically determine if environment is needed only when workflow files change and contributor is external
1313
environment: ${{ (github.event_name == 'workflow_dispatch' || (contains(toJSON(github.event.pull_request.files.*.filename), '.github/workflows/') && github.event.pull_request.user.login != 'misrasaurabh1' && github.event.pull_request.user.login != 'KRRT7')) && 'external-trusted-contributors' || '' }}
14+
if: ${{ github.event.pull_request.draft == false }}
1415

1516
runs-on: ubuntu-latest
1617
env:

.github/workflows/e2e-init-optimization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
init-optimization:
1111
# Dynamically determine if environment is needed only when workflow files change and contributor is external
1212
environment: ${{ (github.event_name == 'workflow_dispatch' || (contains(toJSON(github.event.pull_request.files.*.filename), '.github/workflows/') && github.event.pull_request.user.login != 'misrasaurabh1' && github.event.pull_request.user.login != 'KRRT7')) && 'external-trusted-contributors' || '' }}
13+
if: ${{ github.event.pull_request.draft == false }}
1314

1415
runs-on: ubuntu-latest
1516
env:

.github/workflows/e2e-topological-sort.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
topological-sort-optimization:
1212
# Dynamically determine if environment is needed only when workflow files change and contributor is external
1313
environment: ${{ (github.event_name == 'workflow_dispatch' || (contains(toJSON(github.event.pull_request.files.*.filename), '.github/workflows/') && github.event.pull_request.user.login != 'misrasaurabh1' && github.event.pull_request.user.login != 'KRRT7')) && 'external-trusted-contributors' || '' }}
14+
if: ${{ github.event.pull_request.draft == false }}
1415
runs-on: ubuntu-latest
1516
env:
1617
CODEFLASH_AIS_SERVER: prod

.github/workflows/e2e-tracer-replay.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
tracer-replay:
1111
# Dynamically determine if environment is needed only when workflow files change and contributor is external
1212
environment: ${{ (github.event_name == 'workflow_dispatch' || (contains(toJSON(github.event.pull_request.files.*.filename), '.github/workflows/') && github.event.pull_request.user.login != 'misrasaurabh1' && github.event.pull_request.user.login != 'KRRT7')) && 'external-trusted-contributors' || '' }}
13+
if: ${{ github.event.pull_request.draft == false }}
1314

1415
runs-on: ubuntu-latest
1516
env:

.github/workflows/label-workflow-changes.yml

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

99
jobs:
1010
label-workflow-changes:
11+
if: ${{ github.event.pull_request.draft == false }}
1112
runs-on: ubuntu-latest
1213
permissions:
1314
pull-requests: write

0 commit comments

Comments
 (0)