From 52493b19a18dc3d67a28465bd9450fda7a5cf4bd Mon Sep 17 00:00:00 2001 From: Ryan Zayne Date: Sat, 24 Aug 2024 22:25:56 +0100 Subject: [PATCH] chore: Exclude specific branches from linting and type checking workflows --- .changeset/dry-squids-sneeze.md | 5 +++++ .github/workflows/lint-and-type.yml | 2 +- .github/workflows/release-and-publish.yml | 2 +- .github/workflows/size-limit.yml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/dry-squids-sneeze.md diff --git a/.changeset/dry-squids-sneeze.md b/.changeset/dry-squids-sneeze.md new file mode 100644 index 0000000..434e00d --- /dev/null +++ b/.changeset/dry-squids-sneeze.md @@ -0,0 +1,5 @@ +--- +"@zayne-labs/callapi": patch +--- + +retrying failed deployment diff --git a/.github/workflows/lint-and-type.yml b/.github/workflows/lint-and-type.yml index 192853c..b519a88 100644 --- a/.github/workflows/lint-and-type.yml +++ b/.github/workflows/lint-and-type.yml @@ -3,7 +3,7 @@ name: Lint and Type on: pull_request: push: - branches: [main, "!changeset-release/**"] + branches: main permissions: contents: read diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 0ca68a8..35ef668 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -3,7 +3,7 @@ on: push: branches: main workflow_run: - workflows: Lint and Type + workflows: ["Lint and Type"] types: completed concurrency: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/size-limit.yml b/.github/workflows/size-limit.yml index b4ed773..fff4e62 100644 --- a/.github/workflows/size-limit.yml +++ b/.github/workflows/size-limit.yml @@ -3,7 +3,7 @@ name: Size Limit on: pull_request: push: - branches: [main, "!changeset-release/**"] + branches: main permissions: contents: read