Skip to content

ci: Implement sync to internal resources #3

ci: Implement sync to internal resources

ci: Implement sync to internal resources #3

Workflow file for this run

name: Trigger sync
description:
'Trigger external sync workflow.'
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Trigger sync
shell: sh
run: |
echo "Sync signal sent!"