Skip to content

Commit

Permalink
refactor(ci): demos
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Feb 7, 2025
1 parent 5de34c6 commit a13c302
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
uses: ./.github/workflows/contracts-sast.yaml
needs: [contracts-prettier]

extras:
uses: ./.github/workflows/extras.yaml
demos:
uses: ./.github/workflows/demos.yaml
needs: [contracts-prettier]

build:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Extras
name: Demos

on:
workflow_call:
Expand All @@ -8,7 +8,7 @@ env:

jobs:
examples-axelar-token:
name: "Extras: Axelar token"
name: "Demos: Axelar token"
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
contracts
core
ci
demos
deps
docker
ethapi
Expand All @@ -50,4 +51,4 @@ jobs:
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please ensure that the subject
doesn't start with an uppercase character.
doesn't start with an uppercase character.

0 comments on commit a13c302

Please sign in to comment.