Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 00 (0.12 sec)

  1. .github/workflows/test.yml

    name: Test
    
    on:
      push:
        branches:
          - master
      pull_request:
        types:
          - opened
          - synchronize
      schedule:
        # cron every week on monday
        - cron: "0 0 * * 1"
    
    jobs:
      lint:
        runs-on: ubuntu-latest
        steps:
          - name: Dump GitHub context
            env:
              GITHUB_CONTEXT: ${{ toJson(github) }}
            run: echo "$GITHUB_CONTEXT"
          - uses: actions/checkout@v4
    Others
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:40:57 GMT 2024
    - 4.4K bytes
    - Viewed (2)
  2. .github/workflows/team-triage-stale.yml

    name: 'Requeue stale team-triage items'
    on:
      schedule:
        # Execute every day at 00:05 to avoid conflicts with other workflows
        - cron: '5 0 * * *'
    
    permissions: {}
    
    jobs:
      requeue:
        permissions:
          issues: write
          pull-requests: write
        runs-on: ubuntu-latest
        steps:
          - uses: actions/stale@v9
            with:
              operations-per-run: 50
              remove-stale-when-updated: false
    
    Others
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Thu May 02 09:13:16 GMT 2024
    - 835 bytes
    - Viewed (0)
  3. index.yaml

        - https://github.com/minio/minio
        urls:
        - https://charts.min.io/helm-releases/minio-3.5.2.tgz
        version: 3.5.2
      - apiVersion: v1
        appVersion: RELEASE.2022-02-01T18-00-14Z
        created: "2024-04-28T03:14:12.167970265-07:00"
        description: Multi-Cloud Object Storage
        digest: a3e855ed0f31233b989fffd775a29d6fbfa0590089010ff16783fd7f142ef6e7
        home: https://min.io
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 10:14:37 GMT 2024
    - 53.9K bytes
    - Viewed (0)
  4. cmd/testdata/undeleteable-object.tgz

    true§MetaUsr‚¤etagÙ d6566afb36d109141150¬content-type°application/json¡v ÎvÀ>B ¤nullÅ ,(ÿ.~‹ <r Ñ6CóÂü"† F/ÔÝ¿&ž±˜¤7±üÍ©§s þ¤ç è±{Q çna¸ocù†ÒV 6\wþ— è ²¤ût … H!•z…؆Vé¯<h _·‚û›?çZi ò®ó ! Ù&½* ظ]°)TÌ¿: çÖâ Lm•à²(Ú›ß EÁXÉs´§ ìuä‹)›, & ôíÎö"Ñ ð ÅÈ ]‡›‘˜EÊ â"ù – %¸_ Vo£00¾0È ¹ã*Í.)pÃj[ÎÝ_?ŸÕ¤;ÆšpBØ×ó/ëd57e÷¨–;u§Á×ða ­çL¦ „¼«vÜÙK‘aŸ‘6ŸqÔë‡ý; í ¡ëÉ`¿œ©6¢ÄNž Ϊ¾Å ð eAÊ°Œ ñëw, «Ä™Ê! HеêALBÙÁœ}• i¦b ‚10À Ò i|"9t ¢çù¹« <ç —qA šŠ9JÅû/é·æo· \ € Õe) Æ ‘ƽ-ñ— »}EOKΑtmȼÊ& 2—™!^Õêmk U C™.½§l/ò±Nü$5ü”e q nŠí Ux0bs`Ç7Ðtê SºÄŽÊ–²y...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 26 00:31:12 GMT 2024
    - 8.7M bytes
    - Viewed (0)
Back to top