Skip to content

Commit fb12025

Browse files
authored
[ci] Remove ticket-cutter for no-longer-nightly job (#3900)
1 parent 485d4d8 commit fb12025

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/python-remote-storage.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,3 @@ jobs:
108108
- name: Run pytests for Python
109109
shell: bash
110110
run: python -m pytest apis/python/remote_tests -v --durations=20 --maxfail=50
111-
112-
# File a bug report if anything fails, but don't file tickets for manual runs
113-
# -- only for scheduled ones.
114-
create_issue_on_fail:
115-
runs-on: ubuntu-24.04
116-
needs: [ci]
117-
if: (failure() || cancelled()) && github.event_name != 'workflow_dispatch' && github.run_attempt == 1
118-
steps:
119-
- name: Checkout TileDB-SOMA `main`
120-
uses: actions/checkout@v4
121-
- name: Create Issue if Build Fails
122-
uses: JasonEtco/create-an-issue@v2
123-
env:
124-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125-
with:
126-
filename: .github/workflows/daily-remote-tests-issue-template.md

0 commit comments

Comments
 (0)