Skip to content

chore(ci): use 1 namespace for ct install tests (#1141) #355

chore(ci): use 1 namespace for ct install tests (#1141)

chore(ci): use 1 namespace for ct install tests (#1141) #355

name: 'sync master with main'
on:
push:
branches:
- 'main'
jobs:
push-master:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push HEAD to master
# Deliberately not force-pushing: designed to fail if this would mean rewriting history
run: |
git push origin HEAD:master