Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release' into publisher-oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
colorfield committed Nov 1, 2023
2 parents 0d24d90 + ed7b7c7 commit d258b69
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 35 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:

docker_build:
name: Docker Build
if: startsWith(github.ref_name, 'test-all/')
runs-on: ubuntu-20.04
if: startsWith(github.head_ref, 'test-all/')
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 1
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@amazeelabs/cloudinary-responsive-image": "^1.6.7",
"@amazeelabs/gatsby-silverback-cloudinary": "^1.0.47",
"@amazeelabs/gatsby-source-silverback": "^1.10.9",
"@amazeelabs/publisher": "^2.4.3",
"@amazeelabs/publisher": "^2.4.11",
"@amazeelabs/strangler-netlify": "^1.1.2",
"@custom/schema": "workspace:*",
"@custom/ui": "workspace:*",
Expand Down
99 changes: 69 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d258b69

Please sign in to comment.