File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
validate :
11
- name : 🤖 Validate
11
+ name : ↪️ Validate
12
12
uses : ./.github/workflows/validate.yml
13
13
publish :
14
14
name : 📦 Publish
15
15
needs : validate
16
16
runs-on : ubuntu-latest
17
17
permissions :
18
- # To commit on the repo and add the tag
19
- contents : write
20
- # To publish the Docker image to GitHub Packages
21
18
packages : write
22
19
env :
23
20
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -2,17 +2,7 @@ name: VALIDATE
2
2
run-name : 🤖 Validating code on ${{ github.ref_name }}
3
3
4
4
on :
5
- push :
6
- branches :
7
- - ' **'
8
- - ' !master'
9
5
pull_request :
10
- types :
11
- - edited
12
- - reopened
13
- - synchronize
14
- # on.workflow_call is required for this workflow to be re-used
15
- # See: https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow
16
6
workflow_call :
17
7
18
8
jobs :
You can’t perform that action at this time.
0 commit comments