Skip to content

Commit

Permalink
Updated names and other minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms committed Jul 30, 2023
1 parent c86ab78 commit b0b2668
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-rebuild.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docs-rebuild-deploy
name: Documentation build & deploy trigger

on:
push:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Dependencies images

on:
push:
tags:
Expand Down Expand Up @@ -31,7 +33,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Login to GHCR
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installation_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
schedule:
- cron: '30 2 * * *'


jobs:
installation-tests:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -69,3 +68,4 @@ jobs:
else
pip install ${{ env.package_path }}[${{ matrix.installation-option }}]
fi
pip list
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Python package Pypi release

on:
push:
tags:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: DIAMBRA Arena tests

on:
pull_request: {}

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_agents.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: DIAMBRA Agents tests

on:
pull_request: {}

Expand Down

0 comments on commit b0b2668

Please sign in to comment.