You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/build-cpp-filecoin.src.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ jobs:
13
13
## You should `pre-commit install` or use `pre-commit-hook.sh`,
14
14
## anyway please read .github/README.md
15
15
check_workflow_yaml_coressponds_to_src_yaml:
16
-
runs-on: ubuntu-20.04 #ubuntu-latest
16
+
runs-on: ubuntu-latest
17
17
#container: ubuntu:latest ## This is required as barrier between AWS-hosted runners and GitHub-hosted runners - they have different set of software, so run in container
18
18
name: Check if github workflows were properly made from sources
19
19
steps:
@@ -48,7 +48,7 @@ jobs:
48
48
## Note: image is push only when DockerHub login-token pair available - not to PRs from forks.
Copy file name to clipboardExpand all lines: .github/workflows/build-cpp-filecoin.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ jobs:
14
14
## You should `pre-commit install` or use `pre-commit-hook.sh`,
15
15
## anyway please read .github/README.md
16
16
check_workflow_yaml_coressponds_to_src_yaml:
17
-
runs-on: ubuntu-20.04 #ubuntu-latest
17
+
runs-on: ubuntu-latest
18
18
#container: ubuntu:latest ## This is required as barrier between AWS-hosted runners and GitHub-hosted runners - they have different set of software, so run in container
19
19
name: Check if github workflows were properly made from sources
20
20
steps:
@@ -43,7 +43,7 @@ jobs:
43
43
## Note: image is push only when DockerHub login-token pair available - not to PRs from forks.
0 commit comments