diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 596c76c..3c290ea 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -1,8 +1,6 @@ name: "Format Check" on: pull_request_target: - paths: - - "**/*.jl" types: - "opened" - "synchronize" diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index e449f37..7876e9c 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -4,10 +4,9 @@ on: types: - "created" workflow_dispatch: ~ - schedule: - - cron: "0 * * * *" jobs: TagBot: + if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'" runs-on: "ubuntu-latest" steps: - uses: "JuliaRegistries/TagBot@v1" diff --git a/Project.toml b/Project.toml index deb070e..0aa2fc2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorFormatter" uuid = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd" -version = "0.2.17" +version = "0.2.18" authors = ["ITensor developers and contributors"] [workspace]