mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Fix PR workflows
This commit is contained in:
parent
86605f76a5
commit
d4827b86d5
10
.github/workflows/pr.yml
vendored
10
.github/workflows/pr.yml
vendored
|
@ -1,10 +1,6 @@
|
|||
name: PR Workflow
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, ready_for_review, edited, closed]
|
||||
branches:
|
||||
- master
|
||||
on: pull_request_target
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
@ -21,9 +17,9 @@ jobs:
|
|||
uses: actions/cache@v2
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
key: ${{ runner.os }}-buildx-prs-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-buildx-
|
||||
${{ runner.os }}-buildx-prs-
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
|
|
Loading…
Reference in a new issue