Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
Disabling CI for PRs because of permission issues
  • Loading branch information
Argent77 committed Nov 16, 2024
1 parent 49ea27b commit 87bad5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Java CI with Apache Ant
on:
push:
branches: [ devel ]
pull_request:
branches: [ devel ]
# pull_request:
# branches: [ devel ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 87bad5e

Please sign in to comment.