Skip to content

Commit

Permalink
fix: build-and-deploy가 보이지 않는 문제
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamiwood committed Dec 19, 2024
1 parent 277a42e commit 34bbef7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
deploy:

if: >
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'push'
runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion admin/src/main/java/itcast/test/CiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
public class CiTest {
public static void main(String[] args) {
System.out.println("Hello World");
int error //컴파일 에러 발생
int error
}
}

0 comments on commit 34bbef7

Please sign in to comment.