Skip to content

Commit

Permalink
Change release workflows trigger to published instead of created (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
philomath213 authored Sep 30, 2024
1 parent 13dd6ea commit 363e4a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linux Package

on:
release:
types: [created]
types: [published]

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: MacOS Package

on:
release:
types: [created]
types: [published]

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Windows Package

on:
release:
types: [created]
types: [published]

jobs:
deploy:
Expand Down

1 comment on commit 363e4a4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Python-Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 363e4a4 Previous: 13dd6ea Ratio
tests/python/benchmarks/test_ops.py::test_perf_bfv[256-bfv_test-add] 3571.003366955655 iter/sec (stddev: 0.00032491023809999787) 10271.776834279593 iter/sec (stddev: 0.00003502465024339396) 2.88

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.