Skip to content

Commit

Permalink
Nope
Browse files Browse the repository at this point in the history
  • Loading branch information
evilfactory committed Aug 29, 2024
1 parent ad64fa1 commit 0d1a32e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 25 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: Publish release

on:
workflow_dispatch:
workflow_call:
inputs:
target:
Expand Down
48 changes: 24 additions & 24 deletions .github/workflows/report-test-results.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
# # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json

name: Report test results
# name: Report test results

# HACK: the "on-push-pr" workflow gets run with read-only perms.
# This workflow will run in our repo with write permissions after
# the PR checks are done running.
on:
workflow_run:
workflows:
- On push to master branch
- On push to a secondary branch
- On push to a PR
types: [completed]
# # HACK: the "on-push-pr" workflow gets run with read-only perms.
# # This workflow will run in our repo with write permissions after
# # the PR checks are done running.
# on:
# workflow_run:
# workflows:
# - On push to master branch
# - On push to a secondary branch
# - On push to a PR
# types: [completed]

jobs:
report-test-results:
runs-on: ubuntu-latest
steps:
- name: Report test results
uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1.9.1
with:
name: Test results
artifact: test-results
path: test-results.trx
fail-on-error: false
reporter: dotnet-trx
# jobs:
# report-test-results:
# runs-on: ubuntu-latest
# steps:
# - name: Report test results
# uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1.9.1
# with:
# name: Test results
# artifact: test-results
# path: test-results.trx
# fail-on-error: false
# reporter: dotnet-trx

0 comments on commit 0d1a32e

Please sign in to comment.