Skip to content

Commit

Permalink
Properly name tasks for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFINITYManu committed Jul 31, 2024
1 parent 84b3c47 commit b46eafd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/airflow-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
build-airflow-content-syncer:
name: Publish Airflow content syncer container
name: Build Airflow content syncer container
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
# This image is based on ubuntu:20.04
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
cache-repository: ghcr.io/${{ github.repository }}/cache
context: airflow-content-syncer
build-airflow-customized:
name: Publish customized Airflow container
name: Build customized Airflow container
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
# This image is based on ubuntu:20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rollout-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: npm run build
- run: npm run check
build-rollout-dashboard-container:
name: Publish rollout dashboard container
name: Build rollout dashboard container
if: github.event_name == 'pull_request'
needs: [test-backend, test-frontend]
runs-on: ubuntu-latest
Expand Down

0 comments on commit b46eafd

Please sign in to comment.