Skip to content

Commit

Permalink
Fixes GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Jul 24, 2024
1 parent 33e38b0 commit cb78d77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ant-lara-2.0-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
pull_request:
branches: [ lara-2.0-legacy ]

# Weekly on Monday at midnight
# Daily at midnight
schedule:
- cron: '0 0 * * 1'
- cron: '0 0 * * *'

permissions:
checks: write
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Generate build.xml
run: |
wget -N http://specs.fe.up.pt/tools/eclipse-build.jar
java -jar eclipse-build.jar https://github.com/specs-feup/specs-java-libs https://github.com/specs-feup/lara-framework ./
java -jar eclipse-build.jar https://github.com/specs-feup/specs-java-libs https://github.com/specs-feup/lara-framework?commit=lara-2.0-legacy ./
wget -N -O /usr/share/ant/lib/ivy-2.5.0.jar specs.fe.up.pt/libs/ivy-2.5.0.jar
- name: Build with Ant
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ant-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
pull_request:
branches: [ master ]

# Weekly on Monday at midnight
# Daily at midnight
schedule:
- cron: '0 0 * * 1'
- cron: '0 0 * * *'

permissions:
checks: write
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Generate build.xml
run: |
wget -N http://specs.fe.up.pt/tools/eclipse-build.jar
java -jar eclipse-build.jar https://github.com/specs-feup/specs-java-libs https://github.com/specs-feup/lara-framework ./
java -jar eclipse-build.jar https://github.com/specs-feup/specs-java-libs https://github.com/specs-feup/lara-framework?commit=staging ./
wget -N -O /usr/share/ant/lib/ivy-2.5.0.jar specs.fe.up.pt/libs/ivy-2.5.0.jar
- name: Build with Ant
run: |
Expand Down

0 comments on commit cb78d77

Please sign in to comment.