Skip to content

Commit

Permalink
update ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Nov 21, 2023
1 parent 7997b20 commit c3b1101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,15 @@ on:

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v4
- name: Install setuptools for Python ${{ matrix.python-version }}
run: python -m pip install --upgrade setuptools


- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -47,6 +44,7 @@ jobs:
run: |
kfk
make test
- name: Build
run: make build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre_deploy_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: SystemCraftsman/homebrew-strimzi-kafka-cli
ref: main
ref: refs/heads/release
token: ${{ secrets.GH_PAT }}

- name: Apply changes
Expand Down

0 comments on commit c3b1101

Please sign in to comment.