Skip to content

Commit 5210e85

Browse files
authored
ci: fixed docker builder (#450)
1 parent 9330c8f commit 5210e85

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## Describe your changes
22

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

65
## Checklist before requesting a review
76
- [ ] I have performed a self-review of my code

.github/workflows/builder.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
name: Docker
1818
steps:
1919
- name: Checkout Repository
20-
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
2120
uses: actions/checkout@v3
2221
with:
2322
fetch-depth: 0

.github/workflows/mlc_config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
},
99
{
1010
"pattern": "^https://medium.com/@debionetwork.blog"
11-
},
12-
{
13-
"pattern": "^https://blocksphere2020.atlassian.net/browse/DBIO-ISSUE_NUMBER"
1411
}
1512
]
1613
}

0 commit comments

Comments
 (0)