


株式会社イーツー・インフォの社員ブログ

株式会社イーツー・インフォの社員ブログ

Cannot upload artifacts. You may have exceeded your spending limit for storing artifacts with Actions or Packages.
name: Java CI with Maven
on:
push:
branches: [ development ]
jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1
with:
age: '1 weeks'
# Optional inputs
# skip-tags: true
# skip-recent: 5
build:
runs-on: ubuntu-latest
(略)