Skip to content

Commit

Permalink
cleaning actions (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost authored Oct 16, 2023
1 parent 86082b2 commit b640cbf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/auto-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ on:
- "icons/"

jobs:
regenerating:
readme-generator:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
with:
token: ${{ secrets.NOVUM_PRIVATE_REPOS }}
- uses: actions/checkout@v3

- name: Get branch name
uses: rlespinasse/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/evenodd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ on:
- "icons/**"

jobs:
check_evenodd:
check-evenodd:
runs-on: ubuntu-latest

steps:
- name: Checkout del código
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Search for evenodd icons
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/figma-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: ${{ github.event.inputs.brand == 'all' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# - name: Get branch name
# uses: rlespinasse/[email protected]
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
if: ${{ github.event.inputs.brand == 'telefonica' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# - name: Get branch name
# uses: rlespinasse/[email protected]
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
if: ${{ github.event.inputs.brand == 'o2' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# - name: Get branch name
# uses: rlespinasse/[email protected]
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
if: ${{ github.event.inputs.brand == 'blau' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# - name: Get branch name
# uses: rlespinasse/[email protected]
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
if: ${{ github.event.inputs.brand == 'vivo' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# - name: Get branch name
# uses: rlespinasse/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icons-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "icons/"

jobs:
build:
icons-release:
# if: github.event.pull_request.merged == 'true'
if: github.event.pull_request.merged
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/keywords-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ on:
- "icons/**"

jobs:
check_keywords:
check-keywords:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: List SVG files
run: |
Expand Down

0 comments on commit b640cbf

Please sign in to comment.