Skip to content

Commit

Permalink
comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 16, 2024
1 parent 77403f0 commit 31d7cca
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/pycafe-dashboards-in-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@ jobs:
- name: Run Py.Cafe tool
run: |
python tools/pycafe/create_py_cafe_url.py
test_something:
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
steps:
- uses: actions/checkout@v1
- uses: setup-build
id: test
- uses: LouisBrunner/[email protected]
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Test XYZ
conclusion: ${{ job.status }}
output: |
{"summary":"${{ steps.test.outputs.summary }}"}
# test_something:
# runs-on: ubuntu-latest
# permissions:
# checks: write
# contents: read
# steps:
# - uses: actions/checkout@v1
# - uses: setup-build
# id: test
# - uses: LouisBrunner/[email protected]
# if: always()
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# name: Test XYZ
# conclusion: ${{ job.status }}
# output: |
# {"summary":"${{ steps.test.outputs.summary }}"}

# why not build wheel now?
# see why not direct again?

0 comments on commit 31d7cca

Please sign in to comment.