Skip to content

Commit

Permalink
change action names
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek committed May 23, 2024
1 parent 1d6c216 commit 21410fa
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ on:

jobs:
lint:
name: Code linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
Empty file added .github/workflows/ci-e2e.yml
Empty file.
1 change: 0 additions & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:

jobs:
pr-lint:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/stg-pipeline-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ concurrency: aescan_staging_environment-${{ github.ref }}
jobs:
main:
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/stg-pipeline-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ concurrency: aescan_staging_environment-${{ github.ref }}
jobs:
main:
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 21410fa

Please sign in to comment.