From 81fd97874424527077e557f011c4f9a2b542b399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20B=C4=83ncioiu?= Date: Mon, 29 Jul 2024 14:26:09 +0300 Subject: [PATCH] Trial and error. --- .github/workflows/actions-nightly.yml | 4 ++-- .github/workflows/actions.yml | 2 +- .github/workflows/lldb-formatter-tests.yml | 4 ++-- .github/workflows/proxy-compare.yml | 2 +- .github/workflows/template-test-current.yml | 2 +- .github/workflows/template-test-released.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/actions-nightly.yml b/.github/workflows/actions-nightly.yml index 355a53883c..2a17f0ec64 100644 --- a/.github/workflows/actions-nightly.yml +++ b/.github/workflows/actions-nightly.yml @@ -4,8 +4,8 @@ on: push: branches: - master - pull_request: - workflow_dispatch: + # pull_request: + # workflow_dispatch: permissions: checks: write diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 33cce9444b..baa636a3b7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -14,7 +14,7 @@ permissions: jobs: contracts: name: Contracts - uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@f9483a0648e49620f3145a806924ff716c2445fb + uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@781c32994b8c6673b53ba204187e59978efe8fcb with: rust-toolchain: stable path-to-sc-meta: framework/meta diff --git a/.github/workflows/lldb-formatter-tests.yml b/.github/workflows/lldb-formatter-tests.yml index 9aaba9eadd..3de37468ee 100644 --- a/.github/workflows/lldb-formatter-tests.yml +++ b/.github/workflows/lldb-formatter-tests.yml @@ -4,8 +4,8 @@ on: push: branches: - master - pull_request: - workflow_dispatch: + # pull_request: + # workflow_dispatch: jobs: format_tests: diff --git a/.github/workflows/proxy-compare.yml b/.github/workflows/proxy-compare.yml index 3eef6460d6..a78ae68189 100644 --- a/.github/workflows/proxy-compare.yml +++ b/.github/workflows/proxy-compare.yml @@ -4,7 +4,7 @@ on: push: branches: - master - pull_request: +# pull_request: jobs: proxy_compare: diff --git a/.github/workflows/template-test-current.yml b/.github/workflows/template-test-current.yml index 56382850fe..9740755a89 100644 --- a/.github/workflows/template-test-current.yml +++ b/.github/workflows/template-test-current.yml @@ -4,7 +4,7 @@ on: push: branches: - master - pull_request: + # pull_request: permissions: checks: write diff --git a/.github/workflows/template-test-released.yml b/.github/workflows/template-test-released.yml index e6227765db..a334631395 100644 --- a/.github/workflows/template-test-released.yml +++ b/.github/workflows/template-test-released.yml @@ -4,7 +4,7 @@ on: push: branches: - master - pull_request: + # pull_request: permissions: checks: write