Skip to content

fix: install blackfire probe in image (#15) #20

fix: install blackfire probe in image (#15)

fix: install blackfire probe in image (#15) #20

Workflow file for this run

name: 'On push ⚙️'
on:
push:
branches:
- main
concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true
jobs:
rebase-prs:
runs-on: ubuntu-22.04
steps:
- uses: myparcelnl/actions/rebase-prs@v4
with:
app-id: ${{ secrets.MYPARCEL_APP_ID }}
private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }}
base: ${{ github.ref_name }}
exclude-drafts: true
exclude-labels: 'dependencies'