1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

chore: update CI

This commit is contained in:
德华 刘 2023-10-26 16:43:50 +00:00
parent 09912592cf
commit c8788e2a13

View file

@ -6,7 +6,7 @@ concurrency:
env:
IMAGE: appwrite-dev
CACHE_KEY: appwrite-dev-${{ github.sha }}
CACHE_KEY: appwrite-dev-${{ github.event.pull_request.head.sha }}
on: [pull_request]
@ -15,8 +15,6 @@ jobs:
name: Setup & Build Appwrite Image
runs-on: ubuntu-latest
steps:
- name: Log
run: echo ${{ github.sha }}
- name: Checkout repository
uses: actions/checkout@v3
with: