From f0e3f2190d9d6574b33fca57a4b3a4b8292205bf Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 10 Aug 2023 09:23:10 +0000 Subject: [PATCH 1/4] run on push --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8220492528b9a..1b5dcd9d9526f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,10 +2,6 @@ name: ci on: push: - branches: - - main - - pull_request: workflow_dispatch: permissions: From 79f1392d525ab61ef2578ca61541f138f38522f0 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 10 Aug 2023 09:26:17 +0000 Subject: [PATCH 2/4] set base --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1b5dcd9d9526f..8c3a3d441e2f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,6 +43,7 @@ jobs: uses: dorny/paths-filter@v2 id: filter with: + base: ${{ github.ref }} filters: | all: - "**" From b53fedb7011232a55904e77c1edd299aee86db37 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 10 Aug 2023 09:29:55 +0000 Subject: [PATCH 3/4] test changing docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9443eb6b701fd..23f513fb6470c 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,5 @@ We are always working on new integrations. Feel free to open an issue to request - [**Provision Coder with Terraform**](https://github.com/ElliotG/coder-oss-tf): Provision Coder on Google GKE, Azure AKS, AWS EKS, DigitalOcean DOKS, IBMCloud K8s, OVHCloud K8s, and Scaleway K8s Kapsule with Terraform - [**Coder GitHub Action**](https://github.com/marketplace/actions/update-coder-template): A GitHub Action that updates Coder templates - [**Various Templates**](./examples/templates/community-templates.md): Hetzner Cloud, Docker in Docker, and other templates the community has built. + +### Test heading remove it later From 49dbc55a65389d823bf58a99658210dad9714514 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 11 Aug 2023 07:16:09 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 23f513fb6470c..9443eb6b701fd 100644 --- a/README.md +++ b/README.md @@ -123,5 +123,3 @@ We are always working on new integrations. Feel free to open an issue to request - [**Provision Coder with Terraform**](https://github.com/ElliotG/coder-oss-tf): Provision Coder on Google GKE, Azure AKS, AWS EKS, DigitalOcean DOKS, IBMCloud K8s, OVHCloud K8s, and Scaleway K8s Kapsule with Terraform - [**Coder GitHub Action**](https://github.com/marketplace/actions/update-coder-template): A GitHub Action that updates Coder templates - [**Various Templates**](./examples/templates/community-templates.md): Hetzner Cloud, Docker in Docker, and other templates the community has built. - -### Test heading remove it later