Skip to content

Commit bd4cb7d

Browse files
committed
fix
1 parent 93bcf70 commit bd4cb7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/programming_team_code_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
publish_ptc:
9292
runs-on: ubuntu-latest
93-
needs: [library_checker_aizu, check_format_lint, clangtidy, compile_gcc17, compile_gcc20, compile_clang, files_without_tests, build_ptc]
93+
needs: [library_checker_aizu, check_format_lint, clangtidy, compile_gcc, compile_clang, files_without_tests, build_ptc]
9494
if: github.ref == 'refs/heads/dev' && github.event_name == 'push'
9595
steps:
9696
- uses: actions/checkout@v2
@@ -108,7 +108,7 @@ jobs:
108108

109109
update_main:
110110
runs-on: ubuntu-latest
111-
needs: [library_checker_aizu, check_format_lint, clangtidy, compile_gcc17, compile_gcc20, compile_clang, files_without_tests]
111+
needs: [library_checker_aizu, check_format_lint, clangtidy, compile_gcc, compile_clang, files_without_tests]
112112
if: github.ref == 'refs/heads/dev' && github.event_name == 'push'
113113
steps:
114114
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)