Skip to content

Commit

Permalink
remove branches-ignore: ['main'] for test smol-k8s-lab job
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Jan 12, 2024
1 parent cf70dd5 commit 52d5784
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-smol-k8s-lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
name: Test smol-k8s-lab
on:
pull_request:
branches-ignore:
- "main"
paths-ignore:
- ".github/**"
- "README.md"
Expand All @@ -14,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up python
- name: Set up Python
id: setup-python
uses: actions/setup-python@v4
with:
Expand All @@ -30,7 +28,7 @@ jobs:
- name: Install smol-k8s-lab via poetry
run: poetry install

- name: Install Argo CD
- name: Install Argo CD cli
run: |
curl -sSL -o argocd-linux-amd64 https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64
sudo install -m 555 argocd-linux-amd64 /usr/local/bin/argocd
Expand Down

0 comments on commit 52d5784

Please sign in to comment.