File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments