Skip to content

Make sure that we don't cache sub-requests that 400-500 error (#2554) #880

Make sure that we don't cache sub-requests that 400-500 error (#2554)

Make sure that we don't cache sub-requests that 400-500 error (#2554) #880

Workflow file for this run

name: Sync to main
on:
push:
branches:
- 'v1.x-2022-07'
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
name: Sync the release branch to main
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Push to main branch
run: |
git show-ref
git config user.email "hydrogen@shopify.com"
git config user.name "Hydrogen Bot"
git push origin HEAD:main --force