feat: add support for Oracle LOB and binary types replication to Snow… #965
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build Dev (Trigger) | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches-ignore: | |
| - main | |
| paths-ignore: | |
| - '.github/**' | |
| jobs: | |
| trigger: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Trigger Dev Build on Specific Branch | |
| uses: benc-uk/workflow-dispatch@v1 | |
| with: | |
| token: ${{ secrets.REPO_ACCESS_TOKEN }} | |
| repo: slingdata-io/sling | |
| workflow: .github/workflows/build-dev.yml | |
| ref: ${{ github.ref }} | |
| inputs: '{"backend": "true", "deploy": "false"}' |