Skip to content

Commit

Permalink
ci: fixed docker builder (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
irmannmal authored Sep 22, 2022
1 parent f72a1b7 commit 6bcb8f5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Describe your changes

## Issue ticket number / link
- https://blocksphere2020.atlassian.net/browse/DBIO-ISSUE_NUMBER

## Checklist before requesting a review
- [ ] I have performed a self-review of my code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/analyzer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'typescript' ]
language: [ 'javascript']
name: Security Static Code Analysis for ${{ matrix.language }}
steps:
- name: Checkout Repository
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
name: Docker
steps:
- name: Checkout Repository
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
},
{
"pattern": "^https://medium.com/@debionetwork.blog"
},
{
"pattern": "^https://blocksphere2020.atlassian.net/browse/DBIO-ISSUE_NUMBER"
}
]
}

0 comments on commit 6bcb8f5

Please sign in to comment.