Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <[email protected]>
  • Loading branch information
dotnwat committed Sep 22, 2022
1 parent cc6eb5c commit 0fa05aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildkite-slash-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: ./sparse-checkout
with:
repository: redpanda-data/vtools
repository: dotnwat/vtools
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
patterns: actions
path: ghca
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ name: Lint all codez
on:
push:
branches:
- '**'
- 'xxxx'
tags-ignore:
- '**'
pull_request:
branches:
- '**'
- 'xxxx'

jobs:
go:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/redpanda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on: [push, pull_request]

jobs:
build:
if: ${{ false }}
name: build redpanda
runs-on: ubuntu-20.04

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slash-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
ci-repeat
test-codecov
static-args: |
org=redpanda-data
org=dotnwat
repo=redpanda
milestone=auto

0 comments on commit 0fa05aa

Please sign in to comment.