mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	update all other workflows too
This commit is contained in:
		
							parent
							
								
									4668e41646
								
							
						
					
					
						commit
						6a7f866312
					
				
							
								
								
									
										2
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							@ -19,7 +19,7 @@ env:
 | 
			
		||||
jobs:
 | 
			
		||||
  push_to_registry:
 | 
			
		||||
    name: Push Docker images to Docker Hub
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    strategy:
 | 
			
		||||
      matrix:
 | 
			
		||||
        image:
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/docker_latest.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docker_latest.yml
									
									
									
									
										vendored
									
									
								
							@ -45,7 +45,7 @@ env:
 | 
			
		||||
jobs:
 | 
			
		||||
  push_to_registry:
 | 
			
		||||
    name: Push latest Docker image to Docker Hub
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    if: ${{ vars.RUN_DAILY_BUILD }}
 | 
			
		||||
    strategy:
 | 
			
		||||
      matrix:
 | 
			
		||||
@ -169,7 +169,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
  update_latest_branch:
 | 
			
		||||
    name: Update latest branch
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    needs: push_to_registry
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Check out the repo
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/fly-build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/fly-build.yml
									
									
									
									
										vendored
									
									
								
							@ -12,7 +12,7 @@ on:
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
    name: Build Docker image
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    # Build when the 'preview' label is added, or when PR is updated with this label present.
 | 
			
		||||
    if: >
 | 
			
		||||
      github.event_name == 'workflow_dispatch' ||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/fly-cleanup.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/fly-cleanup.yml
									
									
									
									
										vendored
									
									
								
							@ -13,7 +13,7 @@ env:
 | 
			
		||||
jobs:
 | 
			
		||||
  clean:
 | 
			
		||||
    name: Clean stale deployed apps
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    if: github.repository_owner == 'gristlabs'
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/fly-deploy.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/fly-deploy.yml
									
									
									
									
										vendored
									
									
								
							@ -12,7 +12,7 @@ on:
 | 
			
		||||
jobs:
 | 
			
		||||
  deploy:
 | 
			
		||||
    name: Deploy app to fly.io
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    if: |
 | 
			
		||||
      github.event.workflow_run.event == 'pull_request' &&
 | 
			
		||||
      github.event.workflow_run.conclusion == 'success'
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/fly-destroy.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/fly-destroy.yml
									
									
									
									
										vendored
									
									
								
							@ -14,7 +14,7 @@ on:
 | 
			
		||||
jobs:
 | 
			
		||||
  destroy:
 | 
			
		||||
    name: Remove app from fly.io
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    # Remove the deployment when 'preview' label is removed, or the PR is closed.
 | 
			
		||||
    if: |
 | 
			
		||||
      github.event_name == 'workflow_dispatch' ||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/self-hosted.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/self-hosted.yml
									
									
									
									
										vendored
									
									
								
							@ -9,7 +9,7 @@ on:
 | 
			
		||||
jobs:
 | 
			
		||||
  add-to-project:
 | 
			
		||||
    name: Add issue to project
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/add-to-project@v1.0.1
 | 
			
		||||
        with:
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/translation_keys.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/translation_keys.yml
									
									
									
									
										vendored
									
									
								
							@ -12,7 +12,7 @@ permissions:
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
    if: github.repository_owner == 'gristlabs'
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
        with:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user