Skip to content

Bump github.com/netobserv/flowlogs-pipeline from 0.1.12-0.20240426113456-2ab1f8dd0cc9 to 1.6.0-crc0 #1270

Bump github.com/netobserv/flowlogs-pipeline from 0.1.12-0.20240426113456-2ab1f8dd0cc9 to 1.6.0-crc0

Bump github.com/netobserv/flowlogs-pipeline from 0.1.12-0.20240426113456-2ab1f8dd0cc9 to 1.6.0-crc0 #1270

Workflow file for this run

name: Remove ok-to-test
on:
pull_request_target:
types: [synchronize,reopened]
jobs:
rm-ok-to-test:
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test')
runs-on: ubuntu-latest
name: Remove ok-to-test
steps:
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: ok-to-test
fail_on_error: true