Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/codeflash-optimize.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
name: CodeFlash

on:
# For specific file changes
pull_request_target:
paths:
- "**"
- '.github/workflows/**'

# For all other changes
pull_request:
paths-ignore:
- '.github/workflows/**'

workflow_dispatch:

concurrency:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: end-to-end-test

on:
# For specific file changes
pull_request_target:
paths:
- '.github/workflows/**'

# For all other changes
pull_request:
paths-ignore:
- '.github/workflows/**'

workflow_dispatch:

jobs:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/end-to-end-test-bubblesort-unittest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: end-to-end-test

on:
# For specific file changes
pull_request_target:
paths:
- '.github/workflows/**'

# For all other changes
pull_request:
paths-ignore:
- '.github/workflows/**'

workflow_dispatch:

jobs:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/end-to-end-test-coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: Coverage E2E

on:
# For specific file changes
pull_request_target:
paths:
- '.github/workflows/**'

# For all other changes
pull_request:
paths-ignore:
- '.github/workflows/**'

workflow_dispatch:

jobs:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/end-to-end-test-futurehouse.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: end-to-end-test

on:
# For specific file changes
pull_request_target:
paths:
- '.github/workflows/**'

# For all other changes
pull_request:
paths-ignore:
- '.github/workflows/**'

workflow_dispatch:

jobs:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/end-to-end-test-init-optim.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: end-to-end-test

on:
# For specific file changes
pull_request_target:
paths:
- '.github/workflows/**'

# For all other changes
pull_request:
paths-ignore:
- '.github/workflows/**'

workflow_dispatch:

jobs:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/end-to-end-test-tracer-replay.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: end-to-end-test

on:
# For specific file changes
pull_request_target:
paths:
- '.github/workflows/**'

# For all other changes
pull_request:
paths-ignore:
- '.github/workflows/**'

workflow_dispatch:

jobs:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/end-to-end-topological-sort-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: end-to-end-test

on:
# For specific file changes
pull_request_target:
paths:
- '.github/workflows/**'

# For all other changes
pull_request:
paths-ignore:
- '.github/workflows/**'

workflow_dispatch:

jobs:
Expand Down
Loading