Disable CI again.

This commit is contained in:
Kishore Nallan 2023-08-05 16:33:32 +05:30
parent d327074c54
commit 406cafe4c7

View File

@ -1,6 +1,7 @@
name: tests
on: [push, pull_request]
on: workflow_dispatch
#on: [push, pull_request]
# Cancel previous running if a new push is made
# Source: https://stackoverflow.com/a/72408109/123545