Changeset 56388 for trunk/.github/workflows/performance.yml
- Timestamp:
- 08/11/2023 01:03:21 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/performance.yml
r56313 r56388 36 36 SAVEQUERIES : false 37 37 WP_DEVELOPMENT_MODE: '' 38 38 39 39 # This workflow takes two sets of measurements — one for the current commit, 40 40 # and another against a consistent version that is used as a baseline measurement. … … 88 88 89 89 - name: Checkout repository 90 uses: actions/checkout@ ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.090 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 91 91 92 92 - name: Set up Node.js … … 169 169 # Only needed when publishing results. 170 170 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }} 171 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0171 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 172 172 id: base-sha 173 173 with: … … 180 180 # Only needed when publishing results. 181 181 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }} 182 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0182 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 183 183 id: commit-timestamp 184 184 with: … … 234 234 steps: 235 235 - name: Dispatch workflow run 236 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0236 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 237 237 with: 238 238 retries: 2
Note: See TracChangeset
for help on using the changeset viewer.